I just sent an article from dengjia and saw that IE6 can be killed as long as there is a line of code.
Copy codeThe Code is as follows:
<Style> * {position: relative} </style> <table> <input> </table>
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:
<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> div {width: 100px;} div a: hover {position: absolute} </style>: I have dropped IE6.
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]