Can someone have a look at my site and tell me what I'm doing wrong?
http://www.americanwebmakers.com/mizrahi
*See attached image of what I am trying to accomplish.
Thank you!
LMW1
vikram1vicky
09-11-2011, 11:24 AM
You have defined wrapper width:960px; thats why its not covering full width :)
Maybe I'm just a little brain dead lately, but can you tell me how you'd arrange your divs and style the css to accomplish what I have in the attached image? Is z-index involved in this? The top/bottom full width bars are throwing me off for some reason.
And yes, the main content wrapper is 960px wide (centered).
Thanks in advance!
LMW1
Avinash13
09-12-2011, 08:07 AM
#navWrapper have fixed width, make it 100% and repeat it's background image.
This might help you:
#navWrapper {
background: url("../images/main_nav_hr.jpg") repeat scroll 0 0 transparent;
height: 50px;
margin: 0 auto;
width: 100%;
}