One thought on “Crashing Windows with HTML”

  1. No luck for me. Works fine in Firefox, and IE stopped responding, but I didn’t get any bluescreen.
    Try this with IE/Win:
    <!DOCTYPE HTML>
    <title>IE crash</title>
    <style>
    li { display:inline; }
    a { float:left; clear:left; width:100%; }
    a:hover { background:lime; color:black; }
    </style>
    <ul>
    <li><a href=”#”>foo</a>
    <li><a href=”#”>bar</a>
    <li><a href=”#”>baz</a>
    </ul>

Comments are closed.