Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS secondary li menu positioning

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #153600
    Harun
    Participant

    I am making a vertical nested menus with the section headers…
    Could you please suggest how i can clean some of these :

    • the secondary menu must appear on the right edge of the first menu. Currently its hard-coded at 133px.
    • the secondary menu’s bottom-margin is ignored…i need it displace about 12px.
    • longest item on the first menu is hovered over, the width of the menu shifts slightly to the right.

    http://codepen.io/hrazith/pen/Jgurv

    Thanks!

    #153612
    Paulie_D
    Member

    the secondary menu must appear on the right edge of the first menu. Currently its hard-coded at 133px.

    Change to left:100%;

    #153622
    Harun
    Participant

    great! thanks Paulie_D

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.