Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

F

FloM

@FloM
About
Posts
2
Topics
2
Shares
0
Groups
0
Followers
0
Following
1

Posts

Recent Best Controversial

  • Submenu Drop upwards
    F FloM

    Hey. I have a menu bottom left of the page. I want the submenu to drop upwards (not downwards) while hoovering and the menu name still on the original place. Can anybody help me? I found some similar posts but using following css didn´t work out.

    nav.primary .sub-menu li{
    display: block;
    position: relative;
    }
    .sub-menu{
    padding-top: 0px!important;
    bottom: 0px; !important;
    opacity: 0;
    transition: opacity 200ms ease;
    -webkit-transition: opacity 200ms ease;
    pointer-events: none;
    position: absolute;
    }
    nav.primary li:hover .sub-menu{
    bottom: 20px; !important;
    opacity: 1;
    pointer-events: auto;
    }

    General Discussion submenu dropup
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Search