[thelist] DHTML: Need help making menus work on Mac IE

Joshua Olson joshua at waetech.com
Tue Feb 25 07:24:01 CST 2003


----- Original Message -----
From: "Erik Mattheis" <gozz at gozz.com>
Sent: Monday, February 24, 2003 3:03 PM


> The top level menus jiggle a bit onmouseover, but this seems to be
> fixed by adding:
>
>    li {
>     width:150px;
>    }
>
> as the first list related style definition.

Erik,

Thank you for the insight.  Since hardcoding the widths is out of the
question I decided to have the JS copy the offsetWidth into style.width
during the attachEvents function.  Worked like a charm.  Thank you!

-joshua




More information about the thelist mailing list