![]() |
IE6 .png transparency?
anyone know the absolute best way to deal with IE6 and it's lack of support for transparency? I know of a couple methods but they impact load times.
And one more thing, how can I deliver it to ONLY IE6 users? I've tried using <!--[if IE 6]> Special instructions for IE 6 here <![endif]--> but that doesn't hit for just IE6 for whatever reason IE7/8 pic it up too :/ |
really? nobody? wow...
|
Gif...........
|
|
Quote:
Quote:
|
check out these links also good reads
http://www.ajaxonomy.com/2008/web-de...ore-with-ie7js http://www.sohtanaka.com/web-design/...arency-in-ie6/ |
Quote:
|
If you knew what the fuck programming was you'd use imagemagick based on the browser.
|
i'm not "fucked up" over anything sortie. I have several solutions but just looking for MORE options.
imagemagick based on the browser? LOL... thanks for the links fris |
<!--[if lt IE 7]>
... <![endif]--> |
ive used pngFix many times without any issues. Whats the problem?
|
Quote:
just trying to see what else is out there ;) |
I really hate IE
|
Quote:
|
for those that don't know, pngfix works really bad with IE6. The one below is the best solution by a long mile (probably the only one that really works). And yes, that's the conditional code to spot IE6 and older and not affect IE7 and newer
Code:
<!--[if lt IE 7]> |
you should be using
<!--[if lt IE 7]><![endif]--> (if less than version 7....) As for png fix there are tons out there just search. None are perfect and all affect loading time so just find one you're happy with. |
Just make png transparency without any gradients. It should work without any dances
|
Quote:
|
Quote:
|
Doesn't take long for Sortie to douche up a thread these days does it?
|
<!--[if IE 6]>
should work just for ie 6, something on your end must be wrong. also, i typically use unit png fix for a png ie6 fix (when im not just popping up a modal saying you suck for ie6 users) |
I use a little javascript called SuperSleight and it works great.
<!--[if lte IE 6]> <script type="text/javascript" src="supersleight-min.js"></script> <![endif]--> <script language="javascript"> function divclose() { supersleight.init() } </script> Get the script here: http://24ways.org/code/supersleight-...persleight.zip Only effects IE6. Works perfect for me. -P |
Also checkout this page for a good discussion of the different techniques, including Supersleight.
http://24ways.org/2007/supersleight-...ent-png-in-ie6 |
Quote:
|
| All times are GMT -7. The time now is 07:18 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123