Livejournal
Log in
Post
Friends
My journal
john_cole
in
s2lickable
Sidebar image help
Jun 14, 2006 01:47
Here is my problem (
Read more...
)
Leave a comment
Comments 1
mart
June 16 2006, 07:32:05 UTC
The main content area background image is actually applied to the whole “page container” div, which also includes the header. The following custom CSS should do it, if you adjust the background position to be the height of your header image:
#pagecontainer {
background-repeat: no-repeat;
background-position: 0px 200px;
}
Reply
Leave a comment
Up
Comments 1
The main content area background image is actually applied to the whole “page container” div, which also includes the header. The following custom CSS should do it, if you adjust the background position to be the height of your header image:
#pagecontainer {
background-repeat: no-repeat;
background-position: 0px 200px;
}
Reply
Leave a comment