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
drop down menu activate on page load?
(4 posts)-
Posted 1 year ago #
-
anyone? Please and Thank You
Posted 1 year 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 1 year ago # -
Thanks Helga- I'll give that a shot.
Posted 1 year ago #
Reply
You must log in to post.