|
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 :/
|