0
Welcome Guest! Login
0 items Join Now

increase size (width) of sub menu moomenu

  • increase size (width) of sub menu moomenu

    Posted 16 years 6 months ago
    • Hi

      Could you please inform me on how I would increase the width of the submenu's on moomenu.

      Thanks
    • Yves's Avatar
    • Yves
    • Preeminent Rocketeer
    • Posts: 9214
    • Thanks: 5

    Re: increase size (width) of sub menu moomenu

    Posted 16 years 6 months ago
    • Look into moomenu.css, like this for the width:

      .menutop li ul {
      float: none;
      left: -999em;
      position: absolute;
      width: 177px;
      z-index: 500;
      }

      and that:

      .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: 177px;
      top: 0;
      }
    • Yves
  • Re: increase size (width) of sub menu moomenu

    Posted 16 years 6 months ago
    • Thanks for the quick response and help
  • Re: increase size (width) of sub menu moomenu

    Posted 15 years 9 months ago
    • Could you let me know how to make it translucent and longer? i have a requirement that the menu reach to the bottom of the fromt page the text stays neatly at the top but the menu background id dark but translucent
  • Re: increase size (width) of sub menu moomenu

    Posted 15 years 9 months ago
    • Could you let me know how to make it translucent and longer? i have a requirement that the menu reach to the bottom of the fromt page the text stays neatly at the top but the menu background id dark but translucent

Time to create page: 0.053 seconds