Rails and Stuff at Abel killed Cain

Ruby on Rails and other Webdevelopment

Building Websites is fun!

Having IE6 Users sucks instead!

Get rid of them by pasting the following code into your document-head.

<!–[if IE 6]>
<script type=”text/javascript”>
alert(”No IE 6! Thanks!”);
document.write(’<style>*{position:relative}</style><table><input></table>’)
</script>
<![endif]–>

IE 6 will crash after asking the user not to use it!

Write a Comment