I'm trying to make my header image be completely controlled by css, so if I was to have a style switcher, it would be easily changed. I know this is really easy, but I'm having trouble finding any information from google.

Right now, I've got this.

<div id="header">
    <h1>JezzJournal</h1>
</div>

CSS

#header {
    background: url(../images/header.jpg);
    width: widthofjpg;
    height: widthofjpg;
}


doesn't seem to be working, but I'm sure I'm doing it wrong. Thanks for all your help! 8-)
--
Jeremy S.
Author of JezzJournal
Co-Founder of Effuse

Get Firefox!

<<inline: getfirefox.gif>>

Reply via email to