PDA

View Full Version : Can't get bg image all the way down?



mileka
13 Mar 2010, 01:56 PM
Alright so here's the deal, i've got a header i created for a forum and i'm trying to get the image to go all the way down.

You can see the difference below.

This is how it looks now
http://mimage.us/thumbs/samplenew.png (http://mimage.us/?v=samplenew.png)

But this is how i want the image to look. As you can see, the navbar with Form overlays the background when you look at it in dreamweaver, but when you open it in a web browser it doesn't look that way.
http://mimage.us/thumbs/rightheade.png (http://mimage.us/?v=rightheade.png)

Does anybody know why this might be happening? Any ideas or suggestions? I didn't create this website it's probably just a theme for the forum, but i can't figure out what needs to be done.

I've uploaded the HTML file with the header image to the address below:
http://www.mileka.com/OF/test.html


Any suggestions? Thanks!

<CrGeary.com/>
14 Mar 2010, 05:25 AM
you problem is that your table you have the background in. Doesnt go behind the navigation. Dreamweavers preview window isnt very accurate to be honest. I wouldnt recomend using it.

This is what i got: http://mimage.us/thumbs/orlandofor.png (http://mimage.us/?v=orlandofor.png)

All did was delete that table you have containing the header image.
And add this to your css:



#header {
height:190px;
width:100%;
background:url(../header.png);
}


If you still want to keep that table. Just remove the background image from it, and make it 190 height, not 200