![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
So I'm trying to edit the layout I'm currently using. I tweaked some of the original CSS to accomodate my new header. I set the height to 200px since the image height is exactly 200px. But I noticed that there seems to be an extra few couple of pixels and that my header repeats.
This is the relevant CSS:
#header {
background:url("http://a.random-image.net/bcdmonte/batman.jpg") repeat scroll 0 0 transparent;
border:2px dashed #2D231C;
height:200px;
text-align:right;
}
I tried removing
repeat scroll 0 0 transparent
from the CSS but that just resulted in the entire header (plus the border) to disappear. Help?
no subject
Date: 2012-01-01 12:25 pm (UTC)(W3 Schools explains the background repeat options)
no subject
Date: 2012-01-01 12:35 pm (UTC)no subject
Date: 2012-01-01 12:36 pm (UTC)no subject
Date: 2012-01-01 01:23 pm (UTC)no subject
Date: 2012-01-01 01:35 pm (UTC)