CSS can also get IE6 killed. I just sent an article from dengjia, and I can see that IE6 can be killed with only one line of code.
The Code is as follows:
If you are using IE6 now, you can try it. Click the run code button below. If you do not die after clicking it, it indicates that your IE is not 6;
Method 1:
<! -- Easy IE Crash by Hamachiya2 (http://hamachiya.com/junk/ie_crash.html) --> <style> * {position: relative} </style> <table> <input>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]
Method 2:
<! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Strict // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <title> css drop IE6 Lite version-blueidea </title> <style> p {width: 100px;} p a: hover {position: absolute} </style> <p> click I am down to IE6 </p>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]