Results 1 to 2 of 2

Thread: Can't get bg image all the way down?

  1. #1
    Join Date
    Mar 2010
    Posts
    44

    Can't get bg image all the way down?

    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


    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.


    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!

  2. #2
    Join Date
    Mar 2010
    Location
    England
    Posts
    1,144
    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:

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

    Code:
    #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

Similar Threads

  1. problem with binding functions to image load
    By Trillium in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 08 Mar 2010, 03:29 PM
  2. Help With Image Map With Rollovers and More
    By porphyrins in forum General Questions
    Replies: 1
    Last Post: 03 Dec 2008, 02:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •