Mittwoch, 30. März 2011

This Code makes IE8 crash!

This code makes IE7 and IE8 crash!

<html><head>
<style type="text/css">
#a {
        margin:0 10px 10px; 
}
#b { 
        width:100%; 
}
</style> 
<title>IE Crasher</title> 
</head> 
<body> 
<table><tr><td> 
<div id="a"> 
<form id="b"> 
<input type="text" name="test"/> 
</div> 
</td><td width="1"></td></tr></table> 
</body></html> 
Here is the Discussion!

Keine Kommentare:

Kommentar veröffentlichen