okay this navigation menu was working perfectly in every type of browser but for some reason I have come back to it and its no longer working. basically this menu bar should display horizontally but it containues to display verticually. I dont kow if i have deleted anything.
I can't seem to see anything missing but can you all help me please?
Heres the CSS code:
div#navigation1 ul {
background: url('Images/background2(LD).png') repeat-x;
position:absolute;
top:127px;
right:0px;
left:0px;
height: 22px;
text-decoration: none;
}
div#navigation1 li {
border-left:1px solid #999;
border-right:1px solid #999;
width:101px;
height: 22px;
list-style:none;
text-decoration: none;
display: inline-block;
}
div#navigation1 a {
color:#555;
display:block;
text-align:center;
height: 22px;
text-decoration: none;
}
div#navigation1 a:hover {
background:#e3e3e3;
color:#555;
height: 22px;
text-decoration: none;
}
div#navigation1 .active {
background:#e3e3e3;
color:#777;
text-decoration: none;
height: 22px;
}
Thanks,
Jake


Sign In
Create Account


Back to top









