In IE6 the top part of the uppermost content box is cut off (so the rounded corner box is open) see attached image

CommentFileSizeAuthor
Screenshot - 013.jpg42.44 KBeigentor

Comments

Jeff Burnz’s picture

Assigned: Unassigned » Jeff Burnz

Is this with nothing sticky above it and no mission statement?

Jeff Burnz’s picture

Right ho, here's the fix!

Add class="clearfix" to the content header in page.tpl.php, so around line 116...

Change this...
<div id="content-header">

To this...
<div id="content-header" class="clearfix">

I'll commit this to head soon and will be in the next realease, likely to be quite soon also due to my mistake with the release tags...

eigentor’s picture

Status: Active » Closed (fixed)

OK, works. Fix done.