This is a discussion on PNG Transperency In IE within the HTML, CSS, and Design Help forums, part of the General category; Hi, I have tried the following sites: 24 ways: Transparent PNGs in Internet Explorer 6 which made my site go ...
|
|||||||
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Hi,
I have tried the following sites: 24 ways: Transparent PNGs in Internet Explorer 6 which made my site go like this http://everythingsfree.org/image//im...5421pngfix.jpg and IE PNG Fix - TwinHelix which made my site go like this http://everythingsfree.org/image//im...ansperency.jpg i just wondered if aanyone else had a solution to this that actually works correctly? Cheers, Nick
__________________
Nick Bowers 68c v4.09 Developer |
|
#2
|
||||
|
||||
|
You are always going to struggle when trying to accommodate users with old browsers. IE 7 has been out for over 3 years. IE 8 is just around the corner with BETA version available for download.
It is a whole lot easier to advise your clients to ugrade to the latest software rather than trying to make your page fit to their OLD needs. You can use DOM instructions to recognize the browser and have a popup stating 'You are using a really old crappy browser, to enjoy the site in its full glorious state, please upgrade your 5 year old browser which is now redundant'
__________________
Super Mod v4 Is out and ready for download. DEMO Purchase V4 Super Mod BETA at Reduced Price Visit Me @ Classified-Sofware.co.uk **Important** - All modules with the exceptions of the Bulk Upload System will be removed from my modshop on Tuesday September 30th. If you require a module you must get it before that date. |
|
#3
|
||||
|
||||
|
Oh the joys of IE. Just like netscape used to be.
I can really be a pain to try and accommodate your site for every browser and I am sure it is possible. But you might be spending way to much time for not a lot of visitors. I would recommend using something like Google Analytics and just see how many users are actually using the browser you are trying to get it to work for. You may see it is not worth and then again may see it is worth it.
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | Twitter |
|
#4
|
||||
|
||||
|
Hi,
Well to date 13% of my visitors are using IE6 and a few using 5.5 according to google analytics. So i want to get this fixed. Any ideas? Cheers
__________________
Nick Bowers 68c v4.09 Developer |
|
#5
|
||||
|
||||
|
Why not just convert your png files to gif files.
-Mike
__________________
Mike-N-Tosh v3.1.10 Developer IndianaPC.org - A community website Sandbox v4.0.9, 4.1RC2 Templates, Mods & Docs for sale | My blog with much content for 68 Classifieds. Web Hosting | Web Design & Development | 68 Classifieds Customizations I am not a 68C employee, just a user and try to help out |
|
#6
|
||||
|
||||
|
By converting to gif the quality went terrible but the size went down heaps. Do you know of a converter that keeps the quality? i was using photoshop.
Cheers
__________________
Nick Bowers 68c v4.09 Developer |
|
#7
|
||||
|
||||
|
Photoshop allows you set set the quality in every detail when you use the save for web option.
-Mike
__________________
Mike-N-Tosh v3.1.10 Developer IndianaPC.org - A community website Sandbox v4.0.9, 4.1RC2 Templates, Mods & Docs for sale | My blog with much content for 68 Classifieds. Web Hosting | Web Design & Development | 68 Classifieds Customizations I am not a 68C employee, just a user and try to help out |
|
#8
|
|||
|
|||
|
I thought I found the perfect fix for this from this site:
jquery.pngFix.js - PNG transparency for Windows IE 5.5 & 6 (IE PNG Fix) BUT A few days later I noticed the pop-up calendar not popping up anymore due to some conflication with jquery-1.2.1.pack.js I'm guessing. I opened this file up to see if there was anything obvious to delete, but have no idea... Unless you'd be able to find the conflict in this file, the search goes on
|
|
#9
|
||||
|
||||
|
Hi,
have you tried to change jquery to the latest version? |
|
#10
|
|||
|
|||
|
I haven't yet...
The strange thing is, I commented out: <!--<script type="text/javascript" src="javascript/jquery/jquery-1.2.1.pack.js"></script>--> And the transparency still works fine in IE6 anyway, so maybe its ok. I hope. |