Hello Everyone

I'm having trouble get child elements to drop beneath their parent items in
this dynamic nav bar. It seems OK in FF and Safari, but I've run out of
ideas as to how to make this work in IE. Any help will be greatly
appreciated!!

The web page is here

http://www.web-foundry.co.uk

My CSS Nav styles are:-

/*--------<NAV-------------------------->>*/




#navbar {
float:left;
padding-left:80px;
padding-top:40px;
}



#navbar .AspNet-Menu-Horizontal ul.AspNet-Menu li a {

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size:90%;

width: 135px;

padding: 3px 5px 3px 5px;

text-align:center;

margin-right:5px;

color:#777;

background-color:#ececec;

border-bottom: solid 2px white;

}



#navbar .AspNet-Menu-Horizontal ul.AspNet-Menu li a:hover {

color:#fff;

background-color:#777;

}



.AspNet-Menu-Horizontal ul.AspNet-Menu li {

float:left;

}



#navbar .AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-WithChildren a
{ 
float: none;

color:#777;

}



#navbar .AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-WithChildren
a:hover {

float: none;

color:#fff;

}



/*--------<NAV ends-------------------------->>*/
 

Many thanks.
Phil Holt

==============================
Mobile: 07717 723 733
Office: 0131 718 6091
Fax: 0131 718 6000
Web Foundry Limited
9-10 St Andrew Square, Edinburgh EH2 2AF
http://www.web-foundry.co.uk
Registered in Scotland No.303224
==============================
 









______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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