On 7/3/12 10:05 AM, Sandy wrote:

I'm having problems closing the gap on the nav menu for the following site.
http://newebirl.ie/mnsite/

I'd like the green bar (nav) to be flush with the image above it and the
gray box under it so you don't see any white space.

not sure how you feel about negative margins, but you can try
#mainNav ul { margin: -3px 0px 5px 0; padding: 5px 0 5px 10px;}

hope that helps.
best regards,
Sandy
Try:

#masthead {
              width:950px;

    1. margin:0 auto;
    2. height:200px;

}

#mainNav ul{

    1. margin:0px 0 5px 0;
    2. padding:5px 0 5px 10px;

}

Specified the height in the masthead and removed the margin on the ul.

See what happens.
Eric
______________________________________________________________________
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