Jeremy, here goes. my $0.02

<div id="banner">
<h1><a href="" accesskey="1">My Header</a></h1>
</div>

#banner {background-color: #ccc;
        background-image: url(header.jpg);
        background-repeat: repeat-x;
        font-family: Verdana, sans-serif;
        height: 60px;
        padding: 15px 0 15px 15px;
        text-align: left;
}
#banner a {color: #990; text-decoration: none;}
#banner h1 {font-size: xx-large;}

hope this helps.


On Tue, 05 Oct 2004 04:46:26 -0500, Jeremy S. (WSG) <[EMAIL PROTECTED]> wrote:
>  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
>  


-- 
Regards,
Amit Karmakar
http://karmakars.com
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to