Trying to find out if anyone else has this issue and how to solve it.
In Chrome, its ok unless you go very small. Do not know what happens in IE yet.
Screenshots attached

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

brianV’s picture

Version: 6.x-2.0-beta2 » 6.x-2.x-dev
Status: Active » Needs review
FileSize
575 bytes

The attached patch fixes this behavior.

It appears that some kind of rounding error is introduced as the browser is zoomed / unzoomed, which means that the width calculations done in the megamenu_sizer() function are off by a couple of pixels. This in turn makes the container slightly too narrow which forces the rightmost slot to drop beneath the others.

The attached patch adds one pixel per column in the width calculation to work around this rounding error.

Anonymous’s picture

Assigned: Unassigned » erykmynn
Issue tags: +lowhanging