My apologies, but I don't have IE6 for test. Anyway, try to remove the highlighted:
Code:
<!--Force IE6 into quirks mode with this comment tag-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
I don't know the reason behind pushing IE into quirksmode. There might be problem, but worth a risk.
Secondly, why do you intend to put the form tag just right next to the body tag?
If you'll be placing your form element's only on the middle div, then move the form tags here:
Code:
<div id="maincontent">
<div class="innertube">
<form>
<h1>Dynamic Drive CSS Library</h1>
<p><script type="text/javascript">filltext(255)</script></p>
<p style="text-align: center">Credits: <a href="http://www.dynamicdrive.com/style/">Dynamic Drive CSS Library</a></p>
</form>
</div>
</div>
Otherwise, you'll experience oddity. If problem still exist, then apologies in advance. I can't test for IE6.
Bookmarks