Forums

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

Home Forums CSS dropdown parent hover

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #44228
    typevu
    Member

    hey all! first post in this great community! i haven’t hand coded sites in forever, so i’m super rusty and probably have terrible markup, but hoping to get some help and learn for cleaner coding. so thanks in advance!

    my question is, i have this rollover i have been working on and was wondering how to make the parent hover stay active.

    here’s what i’m working on. thanks!

    http://cdpn.io/pgbcn

    #132898
    Paulie_D
    Member

    Try changing the background of the li on hover instead of the a.

    #132901
    CrocoDillon
    Participant

    > Try changing the background of the li on hover instead of the a.

    Yeap, change the selector on line 49 to this:

    #menu ul li.divider:hover

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