So, I use CSS3 to create sidebars in my site design, this works well and dandy. Using http://css3pie.com to create an effect in IE.
Again, honey and dandy. Now my problem comes -
For each relatively positioned module, it has an absolutely positioned icon, which is set as the top: -20px to give it a pop-up effect. Obviously, this does not work in IE6, and also works well with any PNG fix codes.
However, for IE6 users, I can switch to a low-quality gif, and they can handle it.
Now, my question is: how do I manage to live - switch image.png to image.gif if the user uses IE6?
I have yet to find a reasonable solution to this idea. I could use the IE6 stylesheet to replace images - however, there are a few examples where images should not be based on CSS. They must be correct images.
Any suggestions? I wanted some jQuery to replace, but I also did not find a reasonable solution.
source
share