PDA

View Full Version : Problem with my css layout, please can you advise?


davidtowers
07-05-2006, 02:29 PM
Hi there,

I'm new to webdesign and have just started with CSS and am building a website for a guy in CSS. I have made a layout however have problems with it as in IE there is a gap between the header image and the rest of the content. I have attached a screenshot of this below:

http://www.towers.fr/paul/IEscreenshot.jpg

The webpage is here:

http://www.towers.fr/paul/index.html

Please could anyone advise how I can get rid of this problem?

Thanks very much I really appreciate any help you can give me. :-)

David

_Aerospace_Eng_
07-05-2006, 08:31 PM
#banner img {
display:block;
}

davidtowers
07-06-2006, 09:28 AM
_Aerospace_Eng_ thank you so very much! It works now 100% without the space. Wonderful, thanks very much I really appreciate your help.

:-)

David