Help, please...???

Discussion in 'HTML & Website Design' started by jon2k6, Jan 7, 2007.

  1. #1
    Anyone got any idea why my header (main banner) isnt displaying in Internet Explorer?

    the link: http://www.gervaisworld.com

    Please help if anyone can figure out why!!
    thanks!
     
    jon2k6, Jan 7, 2007 IP
  2. knightyme

    knightyme Peon

    Messages:
    59
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I looked at your css.css file and since I viewed it with notepad, you can imagine how cluttered it looks. Anyway, it appears you have your header.jpg in your root directory. The problem I've experienced before in having images appear using CSS, was that I had to call them with a full URL.

    Try moving the header to your Pictures directory and calling it as you did the others (../Pictures/etc..). If that doesn't work, use the full path. Finally, if that fails, you might want to consider replacing....

    <!-- HEADER -->
    <div id="header"></div>
    <!-- END HEADER -->

    ... in your source code with <img src="header.jpg">

    Hope this helps!
     
    knightyme, Jan 8, 2007 IP