IE6Fix: a jQuery plugin to fix Internet Explorer 6 bugs
This plugin for jQuery tries to ease the file of web developers when they have
to deal with Internet Explorer 6 rendering inconsistencies. I said tries, because it's practically impossible to take
all possible bug variations into account. The main task of this plugin is to give elements layout, that is, to set
their hasLayout property to true by using
some hacks that can't fit in a regular style sheet (i.e., your file won't validate).
License
This code is free, just like freedom or beer, as you like. Feel free to modify it and make it better (bug fixing is really appreciated).