Forum Moderators: not2easy
<div id="menubar">
<ul id="menu">
<li><a href="index.html">Home</a></li>
<li><a href="ourwork.html">Our Work</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul> </div>
#menubar
{ width: 720px;
float: right;
height: 50px;
text-align: center;
margin: 0 auto;
background: transparent;}
ul#menu
{ float: right;
margin:0;
border-right: 1px solid #FFF;}
ul#menu li
{ padding: 0 0 0 0px;
list-style: none;
margin: 2px 0 0 0;
display: inline;
background: transparent;}
ul#menu li a
{ font: normal 120% Arial, Helvetica, sans-serif;
float: left;
letter-spacing: -1px;
height: 35px;
padding: 15px 20px 0 20px;
text-align: center;
color: #FFF;
text-decoration: none;
background: transparent url(../images/tab.png);}
ul#menu li a span{
background:url(../images/tab.png) left 60px;
display:block;
height:30px;
margin-right:14px;
padding-left:14px;
}
ul#menu li a:hover{
background:url(../images/tab.png) right 900px;
display:block;
color:#e0ded0;
}
body#home a#home,
body#contactus a#contact,
body#gallery a#menu,
body#about a#menu
{
background:url(../images/tab.png) left 50px;
display:block;
color:#65748C;;
}
<body>
<!-- Begin Header -->
<div id="header">
<div id="wrapperheader">
<div id="headerinner">
all my logo and stuff goes here inside this centre aligned div.
</div>
</div>
</div>
<!-- End Header -->
<!-- Begin Wrapper -->
<div id="wrapper">
<!-- Begin Navigation -->
<div id="navigation">
<div id="menubar">
<ul id="menu">
<li><a id="home" href="index.html">Home</a></li>
<li><a id="work" href="ourwork.html">Repairs</a></li>
<li><a id="testimonials" href="testimonials.html">Testimonials</a></li>
<li><a id="projects" href="projects.html">Custom Projects</a></li>
<li><a id="contact" href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
<!-- End Navigation --> }
#wrapper {
margin: 0 auto;
width: 922px;
}
#wrapperheader {
margin: 0 auto;
width: 922px;
}
#header {
color: #333;
width: 100%;
padding: 10px;
height: 100px;
margin: 0px 0px 5px 0px;
background: #D1DBDB
}
#headerinner {
color: #333;
width: 922px;
padding: 5px;
height: 90px;
margin: 0px 0px 0px 0px;
background: #fff
If I remove the ../ they stop working.