Posted on August 7th, 2007 - 1:03 pm - no comments
Thanks to this line of code:
<style>*{position:relative}</style><table><input /></table>
All users of the idiotic browser Internet Explorer 6 will get a a fatal error in mshtml.dll. (I can’t stop loving it, or making love to it!)
So if you really hate IE6 users, just the browser or just the users, why don’t make them all go away? How, you ask me? Easy. Too easy thanks to the built in conditional comments that IE browsers got. Without further talking, here’s the code:
<!–[if IE 6]>
<style>*{position:relative}</style><table><input /></table>
< ![endif]–>
For instance, just pop it right after the body-tag, and you can wave your IE6 users goodbye (or just flip them the finger in regards of using such a demented browser).
Go to top - koew.net©2008 if not noted otherwise. - All pages are printer-friendly
Write a comment