Hi All,

I've spend quite a while on a nasty css issue in a new theme. From a profesional point of view I want this theme to work properly on all major browsers (IE, Firefox, safari). It seems I've come a log way (Firefox, safari, IE7) but on IE6 some additional spacing in de header is added. I've marked the background of the div what is causing it red so you'll clearly see it when using IE6. I can't find out what is happening here.. My frustrations are growing so I thought it is time to bring in the experts :-)
http://www.azomodeus.com/preview
Is there anyone who can tell me what is causing this? If you're in for a puzzle: http://www.azomodeus.com/preview

Any help is appreciated,

Dennis

Comments

mystery solved

That's an easy one ;-)

Give #pagetop a line-height and fill it with data (that's necessary):
<div id="pagetop" style="line-height:1px;">&nbsp;</div>

You should put the line-height to your css-file.

Have fun
Chris

Chris, You're the man!

That did it, thnx