I have a page I am working that stretches horizontally (weird, huh?) and I want the header to dynamically expand as well. I have the logo setup to scroll with the page using a fixed position. I am going to upload an image to describe the issue better than I possibly could in words. Thanks in advance for any help!
[attachment=0]Picture 1.png[/attachment]
In the picture notice how arrow at the bottom stretches further than the width of the page? Well I want the background of my header to do the same. Any ideas?
Oops I had that in there at one time, it doesn't help either way though. I am not sure but inspecting with FireBug shows that div just is the width of the veiwport.
[attachment=0]Picture 1.png[/attachment]
In the picture notice how arrow at the bottom stretches further than the width of the page? Well I want the background of my header to do the same. Any ideas?
Here is the CSS Code:
and the HTML
#hd {
background-image: url(../images/hd-bg.jpg) repeat-x;
height: 280px;
overflow: visible;
width: 100%;
}
Thank you though, you did assume correctly.
I was developing locally so I had to upload to my server, when the sub-domain propagates it'll be http://www.bugy.collegeaintcheap.com
body {background: url(../images/hd-bg.jpg) repeat-x #975723;
}
Remove the background style from #hd.