ThemeShaper Forums » Thematic

[closed]

drop down menu activate on page load?

(4 posts)
  • Started 12 years ago by craw
  • Latest reply from craw
  • This topic is not resolved
  1. craw
    Member

    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?

    Posted 12 years ago #
  2. craw
    Member

    anyone? Please and Thank You

    Posted 12 years ago #
  3. 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 #
  4. craw
    Member

    Thanks Helga- I'll give that a shot.

    Posted 12 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.