When the content in the header (e.g., site slogan or list of primary links) is too long to fit in the width of the browser window for FF and Opera, the leftover content drops down on top of whatever is below (mission statement if it is enabled or breadcrumbs). This doesn't seem to happen in IE6.

Comments

klaasvw’s picture

Priority: Normal » Critical
klaasvw’s picture

Version: 5.x-1.x-dev » 7.x-1.x-dev
Status: Active » Needs review

The issue has been fixed in commit e38760c

Fixed the issue by giving both the main and secondary menu min-height instead of fixed height. Also adjusted how main menu links are styled so they look nice when wrapping to a second line.

Secondary links use overflow auto. When there are too many links they will be hidden instead of overlapping the header.

The issue has only been tested in Chrome and needs to be backported to 6.x-1.x

klaasvw’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev
Status: Needs review » Patch (to be ported)