I left my header's background image URL in there just to show you that if you apply any sort of CSS like that it should work, but you'll want to replace that URL with your own background image's.
To answer your other question, all system styles should accept custom header background images, but the CSS code for adding it in may vary from style to style.
I see how it could work, but I've also realized I asked the wrong question. I should have asked if it was possible to add an image to or above the header, so that it didn't span the whole page like a header image does.
thank you for the help, your fix worked for the question I asked!
no subject
Date: 2010-05-10 08:34 pm (UTC)#header {display:block!important; background:url(http://intoolate.files.wordpress.com/2010/04/header.jpg)!important;}
I left my header's background image URL in there just to show you that if you apply any sort of CSS like that it should work, but you'll want to replace that URL with your own background image's.
To answer your other question, all system styles should accept custom header background images, but the CSS code for adding it in may vary from style to style.
no subject
Date: 2010-05-11 05:37 pm (UTC)thank you for the help, your fix worked for the question I asked!