Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to add image header to top of page
#4
tyee Wrote:Thanks Chris
I tried that but it seems it was resized and centered. I would like the full horizontal width of my browser used for the image.
This is what I used -

#header {
position:relative;
height: 200px;
margin: 0 auto;
background: url(images/bee1260x129.jpg) no-repeat top left;
}

How can I get it to be full horiz width?

Thanks
Tony
drop margin: 0 auto;
and add
width:100%;
maybe?
Reply


Messages In This Thread
How to add image header to top of page - by tyee - 2010-02-05, 13:06:03
How to add image header to top of page - by tyee - 2010-02-05, 15:16:18
How to add image header to top of page - by ubuntulistener - 2010-03-17, 16:02:04
How to add image header to top of page - by yojoe - 2011-05-13, 02:09:45



Users browsing this thread: 2 Guest(s)