firstly welcome to the forums
the only problem, syntatically, I can see with the code you posted is that you have not closed the <div id="main">. your css is correct also, but i would like to be thorough and ask a couple questions.
does your page follow the format of
Code:
__DOCTYPE__
<html>
<head>
__CSS__
</head>
<body>
__main/left/right/middle_divs__
</body>
</html>
if not the sequence is out of order and you cannot rely on the browser displaying it with some degree of predictability. It is also recommended that you use the Strict 4.1 HTML DOCTYPE
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
as a closing note when posting any computer code please use the
[code] [/code]
Bookmarks