IE crash on this page why? how i can fix this?

G

Guest

here is address ---->http://www.ee.oulu.fi/~mitilus/ieroks.html
warning it will crash your IE so dont use that if u are not sure that it's
fine whit u.

here is source code for that page what is causing crash can no one tell me?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head profile="http://gmpg.org/xfn/1">
<title>Bye...</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<style type="text/css" media="screen, projection">

#main {
padding: 3em 4em 3em 4em;
}

..prev-next {
width: 98%;
float: left;
}

..prev-next li {
width: 40%;
}

..skipper {
display: none;
}
</style>

</head>
<body>
<div id="main">

<div class="skipper"><a href="#navhead">xxxxxxxxxxxx</a></div>
<div class="skipper"><a href="#thoughts">xxxxxxxxxxxxx</a></div>

<ul class="prev-next">
<li><a href="#">Things That Go Beep In The Night</a></li>
<li><a href="/eric/thoughts/">Main</a></li>
<li><a href="#">Scenes From An iChat Window</a></li>
</ul>
</div>
</body>
</html>
 
G

Guest

I'm forwarding this issue to the appropriate groups.

Possible workaround: Remove float: left and use a different positioning
scheme.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

php mysql code not working on server 2
CSS problem in IE6 1
news letter 1
Rollover in 2nd column 1
Highlighting he current page 3
IE6 printing crash on position:absolute docs 1
CSS Problems 8
CSS menu 1

Top