Fork me on GitHub

Odd issue with MenuTree Menu styling I can't seem to nail down..  Bottom

  • if you look at the menu at http://sbh.halbrooktech.com down aways there are a few items that take up two lines, when that happens, the next item in the menu is put OVER the 2nd line.

    --
    Home Page | Find on Facebook | Follow on Twitter
  • Firebug is your friend !

    The problem is in CSS, vertical_left.css (line 23), the height:

    Code

    .menutree_vertical li {
        background-color: transparent;
        height: 19px;
        margin: 0;
        position: relative;
    }



    Remove the "height: 19px" and it works fine.

    This is easy to test with Firebug, you can disable/enable any property to see what the difference is.
  • It's also easy in Chrome, with out Firebug or anything else ;) I just didn't try that evidently.

    --
    Home Page | Find on Facebook | Follow on Twitter
  • 0 users

This list is based on users active over the last 60 minutes.