sidebar below content with a background image
Posted: Mon Jan 18, 2010 1:42 pm
Hi,
I want to push the whole sidebar below the content, the main navigation is the navbar, the sidebar shall only provide additional choices.
I used the solution 1 column sidebar below for that. So far so good. However, I also want to underlay the whole sidebar with a photo, much like the banner. This is the CSS I used:
This works just fine in FF, but not at all in IE. There I get instead of a background or even just a background color different from the content simply the background color of the #content and no photo.
Any ideas?
Cheers
Dachs
I want to push the whole sidebar below the content, the main navigation is the navbar, the sidebar shall only provide additional choices.
I used the solution 1 column sidebar below for that. So far so good. However, I also want to underlay the whole sidebar with a photo, much like the banner. This is the CSS I used:
Code: Select all
#serendipityLeftSideBar,
#serendipityRightSideBar {
border-top: 1px #000000 solid;
background: #A8A080 url('img/bannd.jpg') no-repeat left;
color: #000;
margin: 0;
padding: 0px;
overflow: hidden;
height: 117px;
}Any ideas?
Cheers
Dachs