Script Hacks
From CSS Discuss
This is a list of Java Script and other utilities that can be used to correct or enhance style-related problems in browsers.
- IE7 Adds css2 & 3 compatibility with Mozilla and Opera for IE5-6. Currently "alpha" status, & may crash some browsers.
- position:fixed support for IE/Win - Looks somewhat jagged, for a "cleaner" solution, check out Anne van Kesteren's solution
- min-width/max-width & max/min-height support for IE/Win - by Andrew Clover/Dox Desk
- {OT} PNG alpha transparency support for IE/Win. Also try the second or third version (uses Dynamic Properties instead of external scripts). - Note: these only work for IMG elements, not backgrounds.
- {OT} PNG alpha transparency support for IE/Win on background images - Modification by Drew Mc Lellan of youngpup's Sleight to make it work with background images.
- Classify Tables - via DOM, adds classes to tables to allow zebra styling, row/col numbering, and copying of COL classes to the appropriate cells. Handles spanned columns and rows and nested tables. Works Win: IE5+, FF, Opera7+ | OSX: Safari, IE
- whatever:hover support for IE/Win - via dynamic properties in the style sheet itself.
