Hi there, I am doing a little site for a friend of mine and have run into some difficulty... What I want is for the header to stretch across the full width of the page. Here is my code: <div id="wrap"><div id="header"> <div id="logo"> <img src="images/logo.png" alt="Bluetiger Design"> </div> <div id="nav"> <ul> <li><a href="index.html">Home</a></li> <li><a href="web_design.html">Web Design</a></li> <li><a href="hosting.html">Hosting</a></li> <li><a href="graphic_design.html">Graphic Designs</a></li> <li><a href="domains.html">Domains</a></li> <li><a href="contact.html">Contact</a></li> </ul> </div> </div></div> HTML: and my css... #header { background-color:#1b1b22; height:100px; width:970px; text-align:left; float: left; } #logo { background-color:#1b1b22; height:100px; width:400px; float: left; } #nav { background-color:#1b1b22; float:left; position:fixed; top:30px; right:375px; } #nav ul { list-style: none; padding: 0; margin: 0; } #nav li { float: left; margin: 12px; font-family: Segoe UI, sans-serif; } #nav a, #nav a:visited { font-size: 15px; font-weight: bold; color: #79797d; text-decoration: none; } #nav a:hover { text-decoration: none; color: #d8d8d8; } HTML: So I just want the background that contains the logo and the nav to stretch across the width of the entire page. Thanks for your help in advance!
Hmmm... it's not a good look when some friends use your account!!!!! - I make a living on web development, but not my friend who used my computer to post... *sigh*