Forcing Internet Explorer to obey css using Javascript, CSS hacks and specific style sheets
Saturday, September 27th, 2008I know all of this has been written before, but this post has the best of the best in combating the ie6 and ie7 css issues.
Hate IE6?
I found an article that explains that this line of code can crash ie6:
< style >*{position:relative}< /style >< table >< input >< /table >
I have not tried this out. But I have one question: What in the hell was this guy doing to discover this? Either some really bad code or his page was fragmented some how.
How can I make IE6 behave like a normal Browser?
Enter Dean Edward’s IE7.js
This lightweight javascript library forces internet explorer 6 to accept a number of css selectors that standards-compliant browser allow.
