tags:

views:

45

answers:

1

I am trying to move the nav text (home...) up in the middle to the right. But when I do -120px for the top (nav.li), it eats up part of the banner. How can I fix that?

Thanks

body { background-color: #D6E2FF; }
#headerimg  {   margin: 10px 0px 0px 0px;    height: fixed;    width: 95%;
}
#header { height:auto; background:url("menubar.jpg")
no-repeat;  }
#logo {
    background: transparent url("logo.jpg") no-repeat;
    display: block;
    width: 146px;
    height: 146px;
    border: none;
    } 
#navcontainer {  font-size: 200%;  margin: -100px 0px 0px 500px; }
#navlist li { display: inline; list-style-type: none; padding-right:
30px; color: #FFFFFF; }
A: 

It's impossible to know what's going on with your styles without seeing the HTML.

digitaldreamer
This is a comment, not an answer.
geowa4
I realize this, but I don't have enough reputation to comment on someone else's post.
digitaldreamer