Right div is farther down than left one? |
Right div is farther down than left one? |
Nov 9 2007, 07:42 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 292 Joined: Jul 2007 Member No: 545,047 |
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> |
|
|
|
GunsNRachel Right div is farther down than left one? Nov 9 2007, 07:42 PM
S-Majere It looks okay to me at the moment - have you figur... Nov 11 2007, 02:23 PM![]() ![]() |