Sorry about the link I guess the forum included the ) anyway here is the real link:
http://d-gression.trap17.com/new/index2.htmlnow I guess I'll include the HTML:
CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>DOCUMENT TITLE</TITLE>
<LINK HREF="2sty.css" REL="STYLESHEET" TYPE="TEXT/CSS">
</HEAD>
<BODY>
<DIV class="frame">
<IMG src="./images/banner.jpg" class="banner">
<DIV class="green"> p
<DIV class="menu">
Hey
</DIV>
<DIV class="content">
cpntent
</DIV>
</DIV>
</DIV>
</BODY>
</HTML>
The W3C CSS validator says only stuff about background-color not being complimented with color, I'll fix that later, and the HTML validator just says it's not a valid 4.0 transitional page, If someone could help with that, but I'm not to worried right now. Anyway I do try to develop for FF, but I like to see wat it looks like in IE at the same time, the only reasion I mentioned IE at all is that is how it should look I can't seem to get the FF page to look like that, (the olive green block should encompas the grey content areas)
And If I get rid of the two floats then the grey boxed go inside the olive green area, but the olive green only showes around the sides not the top.
Reply