0
Welcome Guest! Login
0 items Join Now

Doublemenu Choice Between Left or Right

  • Doublemenu Choice Between Left or Right

    Posted 16 years 4 days ago
    • aquarium.mn/main

      Hello,

      Can we set a way so that the double drop down menu does not push off the page? As in we can choose if the double drop down goes to left or right?

      Thanks,
  • Re: Doublemenu Choice Between Left or Right

    Posted 16 years 4 days ago
    • Hello,

      In the rokmoomenu.css you will find:
      .menutop li li:hover ul, .menutop li li.sfHover ul, .menutop li li li:hover ul, .menutop li li li.sfHover ul, .menutop li li li li:hover ul, .menutop li li li li.sfHover ul {
      left:220px;
      top:-5px;
      }

      you can change it to
      left: -220px;
      to have your sub-items fly left, but it will change it for all of your dropdowns.

Time to create page: 0.060 seconds