monsterC
03-28-2007, 01:53 PM
Hello people, I'm new to web design and I'm working on my first site. I'm trying to make the header jpeg at the top of my page, change width to fit in any browser window. I'm guessing that it has something to do with % width and the float command but after hours of botching around with the code I can only get the image to repeat to the right. Please help!
Here's the code of my rather static image, before I started messing it about:
{
background:url(images/graphic_logo.jpeg);
height:147px;
width:800px;
position:absolute;
top:0px;
left:0px;
}
I would be grateful of any suggestions, thanks.
Here's the code of my rather static image, before I started messing it about:
{
background:url(images/graphic_logo.jpeg);
height:147px;
width:800px;
position:absolute;
top:0px;
left:0px;
}
I would be grateful of any suggestions, thanks.