Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Admin bar mouseover issue


John James Jacoby
Keymaster

@johnjamesjacoby

From the trac ticket comes a fix for the masses…


In admin-bar.css, at line 55, under…

#wp-admin-bar ul { /* all lists */

REMOVE…

height: 30px !important;

ALTERNATIVELY REPLACE WITH… (might be needed to keep ie6 happy?)

height: auto !important;

The problem with setting the UL height to a set amout is obvious once you see it… Moving the mouse beyond the 30px point confuses the CSS, because the LI’s an A’s are outside the bounding area of the UL. Move the mouse 31px down, and the suckerfish JS fights the CSS to eventually say “remove sfhover” and the menu disappears.

Skip to toolbar