Navigation bar CSS error
-
Hi,
I’m trying to move the menu or navigation bar up, so my navbar is at the top of the page and underneath is my header. I got it up, but the background (grey) doesn’t want to move up…
I have this:
.navigation
{
position:;
left: 1px; bottom:150px;
margin: px; padding: 0 0 0;
width: 1100px;
border-bottom: 0px solid #F2F2F2;
/* z-index: 99999; */
}I already tried background-color: #fff; but then the background of the menu (titles) only change and the grey bar doens’t change…
The blog I need help with is: (visible only to logged in users)
-
-
- The topic ‘Navigation bar CSS error’ is closed to new replies.