Forums

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

Home Forums CSS menu troubles

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #147659

    Hello when I go over my drop down link “portfolio” the drop down goes away to fast for some reason when hover over it.

    http://codepen.io/mwbcomputers/pen/uBCan

    #147664
    jurotek
    Participant
    #menu ul ul {
    top:100%
    }
    
    #147678

    Have small issue with responsive menu It is not dropping down for some reason don’t know what I have missed. Have got the main nav worked out it is just the responsive have difficult with

    http://codepen.io/mwbcomputers/pen/dLhfC

    #147685

    Just still having drop down trouble with responsive. can’t seem to get it to work. Might have to pay some one. its just menu lay out has to be like that due to my frame work I am using.

    #147698
    gowda24
    Participant

    #menu li a{
    padding:14px 22px;
    }

    drop down disappearing bcz the li not occupying the complete menu.
    there is 2 px space width btw the menu and li links.

    Hence when your mouse pointer comes across this area it loses focus and the
    dropdown disappears.

    #147912
    Larsinho
    Participant

    Take a look at aria-haspopup=”true” concerning hovers in menus.

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