posted September 15, 2008
I haven’t tried this out myself yet, but I thought I’d share this with everyone having trouble with transparent images. Hopefully this will help.
http://jquery.andreaseberhard.de/pngFix/
It’s a javascript alternative to fixing the transparency of images. With this, you probably won’t need the iepngfix.htc anymore.
Hope this helps!
posted May 15, 2008
Ever notice the weird difference in margins between IE6 and the rest of the browsers when using floats? IE6 seems to like to add an extra pixel more than specified in margins. The following will show you an easy way to fix this problem.
more →
posted April 13, 2008
I find it really frustrating trying to get all the browsers to display transparent things properly. And even now I have trouble getting it to work the way I want it to. As usual, IE6 is the one that doesn’t want to cooperate.
more →
posted April 10, 2008
So what’s so important about the !important directive? Whatever has the !important directive gets priority when rendering the page.
more →
posted April 9, 2008
Have you ever wanted to have the pointer turn into a hand, like it does for links, when it goes over a certain div? I’ve had the need to do so a few times for Javascript dropdown menus. Of course you can include the Javascript function in <a></a> tags to get the same effect. But what if you want to execute the function during a onMouseOver event?
more →