Help - Search - Members - Calendar
Full Version: Right div is farther down than left one?
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
GunsNRachel
Why?!

Liiiink

I'm still working on the coding:
CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Take Me Away Layouts - Version 1.0</title>
<style type="text/css">
body {
background:Url("http://i10.tinypic.com/8alfrcl.gif");
background-repeat: repeat;
margin: 0px 0;
font-family: trebuchet ms, sans serif;
font-size: 11px;
color: #fff;
text-align: justify;
line-height: 11px;
}


#image {
margin-left: 100px;
width: 800px;
margin: 0 auto;
padding: 0px;
}

#navigation {
margin-left: 100px;
width: 250px;
margin-top: 10px;
text-align: left;
background-color: #2C2C27
}

#content {
margin-left: 400px;
width: 500px;
margin-top: 10px;
text-alight: left;
background-color: #2C2C27
}


</style>
</head>
<body>
<div id="image">
<img src="http://i19.tinypic.com/6sqyz5z.png" alt="site name" />
</div>

<div id="navigation">
text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text
</div>

<div id="content">
text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.
</div>


</html>

S-Majere
It looks okay to me at the moment - have you figured it out?

Edit: Yep, I see you've submitted the layout.

Closed.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.