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!
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!