on this page:  http://www.coffeeonmars.com/testing/4COMIndex.html

this is a menu at the left. I am trying to get the head "other work" to be
closer to it, but the menu acts like there's a top margin value preventing
this closeness...and since I can't see what the issue is, makes me think
there's something else at work in my code. Can anyone offer clues?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

completely zero out the margin: 0; or just margin-top: 0;

#menucontainer ul {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 80%;
    line-height: 3.5;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to