Forum Moderators: not2easy
<div class="header">
<div class="menu">
<ul>
<center><li><a href="http://portfolio.warplay.net" class="selected">Home</a></li>
<li><a href="/#">Portfolio</a></li>
<li><a href="/#">Contact</a></li></center>
</ul>
</div>
</div> .header {
background:#fffff url(images/header.png) center no-repeat;
width:947;
height:235;
}
.menu {
display:inline;
font-weight:bold;
float:left;
padding-top:0;
width:947px;
font-size:12px;
text-transform:uppercase;
vertical-align:middle;
}
.menu li {
display:inline;
padding:0 115px;
}
.menu a:link, .menu a:visited {
color:#AFAFAF;
}
.menu a:hover, .menu li a.selected {
color:#fff;
}
body {
background: #131313 url(images/header.png) no-repeat center top;
border:0;
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1;
min-width:947px;
margin:0;
padding:0;
} but then again, when trying to add in the meny, it doesn't show up.
<body>
<div id="header">
<div id="menu">
<ul>
<li><a href="#">Milk</a></li>
<li><a href="#">Eggs</a></li>
<li><a href="#">Cheese</a></li>
<li><a href="#">Vegetables</a></li>
<li><a href="#">Fruit</a></li>
</ul>
</div>
<div class="showcase"></div>
<div class="location">
<h1>154 JACKSON STREET EAST HAMILTON, ONTARIO (905) 921 - 9368</h1>
</div>
</div>
<div id="container">
<div class="content">
<h2>Header 2</h2>
<p>Lorem ipsum dolor sit amet.</p>
</div>
<div class="sidebar">
<h3>Header 3</h3>
<p>Lorem ipsum dolor sit amet.</p>
</div>
</div>
<div id="footer"></div>
</body>
</html>
head {display:none;}
body {background-color: #e1e1e1;}
img {border:none;}
#header {background-image:url(images/header.png);width: 780px;font-family: Georgia, "Times New Roman", Times, serif;font-size: 16px;color: #FFF;height: 190px;margin: auto;ackground-repeat: no-repeat;}
#menu {background-image:url(images/menu_top.png);width: 780px;height: 65px;}
#menu ul{margin: 10px 20px; padding: 0;float: left;}
#menu ul li{display: inline;}
#menu ul li a{float: left; text-decoration: none;color: white;padding: 10.5px 11px; }
#menu ul li a:visited{color: white;}
#menu ul li a:hover, .menu ul li .current{color: #fff;background-color:#0b75b2;}
.showcase {background-image:url(images/header.png);width: 780px;height: 145px;}
.location {background-image:url(images/menu_top.png); width:780px;height: 65px;}
#container {background-image:url(images/text.png);width: 740px;text-align: justify;height: 495px;margin: 0px auto;padding: 10px 20px;background-repeat: no-repeat;}
.content {width: 450px;text-align: justify;float: left;height: auto;margin: 10px;}
.sidebar {width: 230px;background-color: #e1e1e1;text-align: justify;float: right;height: auto;margin: 10px;padding: 5px;}
#footer {background-image:url(images/menu_top.png); width: 780px; height: 65px; margin: 0px auto 10px auto;}