I have a vertical menu with submenus that drop down on hover. Is there a way to get the submenu to drop down once the page loads instead of waiting for the hover?
ThemeShaper Forums » Thematic
[closed]
drop down menu activate on page load?
(4 posts)-
Posted 12 years ago #
-
anyone? Please and Thank You
Posted 12 years ago # -
well here's the bit of CSS that hides it by default.
.sf-menu ul { position: absolute; top: -999em; width: 10em; }
so if you change the top # it should appear on the screen
Posted 12 years ago # -
Thanks Helga- I'll give that a shot.
Posted 12 years ago #
Topic Closed
This topic has been closed to new replies.