Posted by darksniperx on February 7, 2010 at 9:34pm
Hi,
I have specified background images in 2 div elements, but they keep overlapping each other, cant figure out how to fix it.
Here is the css code:
/** sidebar-left **/
#sidebar-left
{
background:#ffffff url('./images/navstart.gif') no-repeat top left;
height:44px;
}
#sidebar-left-inner
{
margin: 44px 0 0 0;
background:#ffffff url('./images/navbox_b.gif') repeat-y;
}sidebar-left-inner image is overlapping sidebar-left. I would like the sidebar-left-inner image below sidebar-left.
I also have a couple more questions.
1. Is it possible to specify footer image for sidebar-left?
2. Is it possible to have a header image for sidebar-left-inner, for example to have a block title there, or a usename there.
Any help would be appreciated,
Thank you!
Comments
I have figured all out.
I have figured all out.