In IE6 the top part of the uppermost content box is cut off (so the rounded corner box is open) see attached image
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot - 013.jpg | 42.44 KB | eigentor |
In IE6 the top part of the uppermost content box is cut off (so the rounded corner box is open) see attached image
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot - 013.jpg | 42.44 KB | eigentor |
Comments
Comment #1
Jeff Burnz commentedIs this with nothing sticky above it and no mission statement?
Comment #2
Jeff Burnz commentedRight 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...
Comment #3
eigentor commentedOK, works. Fix done.