IE6 CSS and javascript fix -
05-06-2009
, 07:05 PM
I posted back a while about using one of the javascriptlets to add
support for various features missing in IE6.
This is just an update.
For lack of PNG transparency, this seems to work well:
http://www.twinhelix.com/css/iepngfix/demo/
For all the missing selectors, this has been a dream:
http://dean.edwards.name/weblog/2008/01/ie7-2/
This makes it a lot easier to set up sites as I can simplify the html
and stylesheet and I can now use alpha PNG's instead of index GIFs. If
javascript is off, the site is still usable but not as pretty or
formatted as well. And besides, most people turning off js aren't using
IE6 anyways!
So far, I'm liking it as it removes consideration for several IE6
bugs, until IE6 fades away. I like using first-child, in particular.
Anyone have any other experiences?
Jeff |