Try
#p7menubar, #p7menubar ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #FFFFFF;
    font-size: 13px;
    font-family: arial, Helvetica, sans-serif;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
  --->  display: table;
    margin-bottom: 5px;   
    width: 99%;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 12px;
    background-color: #163A66;

}

See how that works for you.

- JC

Anne E. Shroeder wrote:
> I've just implemented a different method for using a drop down DHTML menu 
> because I was not satisfied with the behavior of the other one. It is 
> working great on its own:
> http://www.language-works.com/swimdesign/dropdown.htm
> CSS located at 
> http://www.language-works.com/swimdesign/p7_cssexpress/p7exp/p7exp.css
>
> but it gets hidden behind other elements of the page when integrated.  What 
> am I doing wrong?
> Examples of implementation:
>
> http://www.language-works.com/swimdesign/template-public-6.htm
> CSS at http://www.language-works.com/swimdesign/template-public-6.css
>
> and http://www.language-works.com/swimdesign/template-10.htm
> CSS at http://www.language-works.com/swimdesign/template-10.css
>
> TIA,
>
> Anne 
>
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
>   

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to