Sorry folks if this does not belong in this group but I think it might.
I have the following:
div#header {
color: black;
clear: both;
padding: 0;
height: 94px;
margin: 5px 5px 5px 5px;
background: #fff url( images/header.jpg ) top left no-repeat;
}
But the image is coming up in original width/height.
How can I stretch the image?
How can I tile it?
If I stretch it does the percentage have to be against a component like
<tr><td> or <div> or <span>
The above css element is rendered in a div tag
<div id="header" class="clearfix">
</div>
Ideally I would like this header to occupy 15% of the top main page it lies
within and stretch the header image to 80% of that.
Help is greatly appreciated.
Thanks
_________________________________________________________________
Don't get caught with egg on your face. Play Chicktionary!
http://club.live.com/chicktionary.aspx?icid=chick_hotmailtextlink2
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]