CSS for Custom Header
-
I’ve purchased the ability to alter CSS code for the Emire theme. I’m looking to change the header to a background image.
The original code:
#header {
background:#879675 url(‘./images/header.png’) 0 no-repeat;
border-bottom:1px solid #c4cC91;
height:99px;
text-align:center;
width:100%;
margin:0;
}The updated code:
#header {
background: url(‘http://aliciabergeron.files.wordpress.com/2010/02/foliobanner.png’) 0 no-repeat;
border-bottom:1px solid #c4cC91;
height:99px;
text-align:center;
width:100%;
margin:0;
}It doesn’t seem to work. Any tricks???
Thanks,
~AliciaThe blog I need help with is: (visible only to logged in users)
-
Ok… So it did work!?
Curious, though, how to center it and keep the margins relevant to the window. New to CSS and loving to learn! Thanks All! -
-
- The topic ‘CSS for Custom Header’ is closed to new replies.