On 3/21/2011 10:05 PM, John Hannon wrote:
Hello,
I am writing because of a change in the height of a navigation bar.
The navigation bar appears to display properly in Firefox 3.6.15 on a
Mac and in Safari 4.1.3, there is extra space underneath of the nav
bar.

The web address is:  http://bwbcontractors.com/

Never, ever, ever use fixed height on an element that contains text. Change your menu container rule to this:

  #mainNav {
        background-color: #736357;
        padding-bottom: 1px;
        padding-left: 42px;
        height: auto;
        overflow: hidden;
}


--
Al Sparber - PVII
http://www.projectseven.com
Dreamweaver Menus | Galleries | Widgets
http://www.projectseven.com/go/hgm
The Ultimate Web 2.0 Carousel
______________________________________________________________________
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