Forum Moderators: not2easy
Here are the relevant bits of code:
#header {
width:100%;
height:146px;
background-image: url("images/header_tile.gif");
background-repeat: repeat-x;
position:relative;
min-width:960px;
}
#logo {
margin-left:20px;
}
#nav {
position:absolute;
right:10px;
}
<div id="header">
<div id="nav">
<ul class="lavaLamp">
<!-- *snip* li tags for navigation -->
</ul>
</div>
<div id="logo"><a href="#"><img src="logo.jpg" alt="Home" /></a></div>
</div>
[edited by: engine at 9:07 am (utc) on May 28, 2008]
[edit reason] No links, thanks [/edit]