CSS Custom header
-
I have purchased the CSS upgrade for Andreas 09 primarily to customize the header.
Am I right that the template itself can’t be changed but an overlay can be put on top?
Is this the right CSS code to use for doing so?P.S I have just put in a test image for testing.
Cheers
Rolandrolandlewis.wordpress.com
#header-overlay {
background: url(http://rolandlewis.wordpress.com/files/2007/07/pslogo.gif) no-repeat top left;
width: 770px;
height: 90px;
z-index: 5;
position: absolute;
top: 0;
left: 0;
} -
the easiest way to check would be to paste the code into the CSS editor and click “preview”
- The topic ‘CSS Custom header’ is closed to new replies.