Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How do I clear the menu bar?


John James Jacoby
Keymaster

@johnjamesjacoby

No apologies necessary… :)

What Andy meant was applying the background image to the html instead of the body, like so…

Instead of…

body {
#EEEEEE url(images/bgbp.png) repeat-x scroll 0 0;
}

use…

html {
#EEEEEE url(images/bgbp.png) repeat-x scroll 0 0
}

Skip to toolbar