• Ok, I fixed my latter problem of link colors in Mozilla, but the problem of line spacing still remains. If you power up your Moz and see the comments & posts on the left side, you can see that each line is so close together that it is nearly impossible to tell that there is more than 1 post…It just looks like one long paragraph. I know it must be a CSS thing, but any ideas from the CSS gurus out there?
    Anyway the site in question is: http://lame.phatchicks.com
    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • #menu ul li ul {
    margin: 2px 0 0;
    padding: -1;
    }
    Try making the 2 to 20 and see what happens ?
    If not what you want, try adding
    #menu ul li {
    margin: 10px 0 0 0;
    }

    Or maybe go for line-height: whatever.

    line-height: 1em; or you can go by decimal
    line-height: 1.4 or 1.5em should float your boat but mess around with the numbers.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menus Item Spacing issue in Moz’ is closed to new replies.