Hi
I finally got everything pretty in IE but then noticed that Firefox AND Safari are completely ignoring all my hard work :) -- I should add that in FF and Safari the menu is ignoring padding and background and the links are black. -- Could someone tell me what I need to change? here are my ascx menu control and my skin.css styles...
ID="dnnNAV"
ExpandDepth="6"
StartTabID="1705"
Level="Child"
PopulateNodesFromClient="false"
ProviderName="DNNMenuNavigationProvider"
IndicateChildren="true"
ControlOrientation="Horizontal"
CSSControl="SchoolMenu">
/* Menu CSS */
ul.SchoolMenu
{
padding-left:6px;
white-space: nowrap;
background-image: url(menu-bar.gif);
background-repeat: repeat-x;
}
li.SchoolMenu
{
padding-left:6px;
white-space: nowrap;
background-image: url(menu-bar.gif);
background-repeat: repeat-x;
}
.SchoolMenu
li
{
padding:2px 6px;
white-space: nowrap;
background-image: url(menu-bar.gif);
background-repeat: repeat-x;
}
.SchoolMenu.root
{
padding:2px 6px;
white-space: nowrap;
color: #ffffff
}
.SchoolMenu.sel
{
background-color:#00cc66;
text-decoration: underline;
}
.SchoolMenu.m
{
padding:2px 2px;
white-space:nowrap;
/* background-image: url(menu-bar.gif); */
background-color: #003D7C;
border: #E3E3E3 1px solid;
/* background-repeat: repeat-x; */
color: #ffffff;
}
.SchoolMenu.mi.hov
{
background-color: #7B9CBD;
}
.SubMenu
li
{
margin-bottom:0px;
white-space: nowrap;
background-image: url(menu-bar.gif);
background-repeat: repeat-x;
color: #ffffff;
}
/* override white breadcrumbs */
.whitelinkspecial {
text-decoration: none;
color: #ffffff;
font-size : x-small;
font-weight : normal;
font-family : Tahoma, Arial, Helvetica;
}
A.whitelinkspecial:link
{
text-decoration: none;
color: #ffffff;
font-size : x-small;
font-weight : normal;
font-family : Tahoma, Arial, Helvetica;
}
A.whitelinkspecial:visited
{
text-decoration: none;
color: #ffffff;
font-size : x-small;
font-weight : normal;
font-family : Tahoma, Arial, Helvetica;
}
A.whitelinkspecial:hover
{
text-decoration: underline;
color: #ffffff;
font-size : x-small;
font-weight : normal;
font-family : Tahoma, Arial, Helvetica;
}
A.whitelinkspecial:active
{
text-decoration: none;
color: #ffffff;
font-size : x-small;
font-weight : normal;
font-family : Tahoma, Arial, Helvetica;
}
/* override login and other skin object link styles */
.SkinObject
{
font-weight: normal;
font-size: x-small;
color: #555412;
font-family: Tahoma, Arial, Helvetica;
text-decoration: none;
}
A.SkinObject:link
{
text-decoration: none;
color: #555412;
}
A.SkinObject:visited
{
text-decoration: none;
color: #555412;
}
A.SkinObject:hover
{
text-decoration: underline;
color: #555412;
}
A.SkinObject:active
{
text-decoration: none;
color: #555412;
}
/* override hyperlink styles */
A:link
{
text-decoration: underline;
color: #999999;
}
A:visited
{
text-decoration: underline;
color: #999999;
}
A:hover
{
text-decoration: underline;
color: #999999;
}
A:active
{
text-decoration: underline;
color: #999999;
}
.msdlogo {
background-image: url(msd-logo.jpg);
height:70px;
background-repeat: no-repeat;
}
.footer {
background-image: url(footer.gif);
background-repeat: no-repeat;
height:20px;
}
.breadcrumbbar {
background-image : url(breadcrumb-bar.gif);
background-position: top;
background-repeat: no-repeat;
padding-right: 8px;
height:30px;
color: #ffffff;
}
.menubar {
background-image : url(nav-bar.gif);
/* background-position: top; */
background-repeat: no-repeat;
background-color: #ffffff;
/* padding-right: 8px; */
height:30px;
/* background-position: bottom; */
}
.banner {
background-image: url(schoolheader-master-short.jpg);
height:195px;
background-repeat: no-repeat;
}
.contenttopbar {
background-image: url(content-blue-bar.gif);
height:20px;
background-repeat: no-repeat;
background-position: bottom;
}
.leftpane {
border-left: #E3E3E3 1px solid;
padding-left: 6px;
padding-right: 4px;
padding-top: 4px;
background-color: #F1F0F0;
}
.contentpane {
width: 100%;
background-image: url(gray-gradient.gif);
background-repeat: repeat-x;
background-position: bottom;
border-right: #E3E3E3 1px solid;
padding-left: 6px;
padding-right: 4px;
padding-top: 6px;
background-color: #F1F0F0;
}
.subcontentpane {
width: 100%;
border-right: #E3E3E3 1px solid;
padding-left: 6px;
padding-right: 4px;
padding-top: 6px;
background-color: #F1F0F0;
}
.contentLowLft {
width: 50%;
background-color: #F1F0F0;
padding-left: 6px;
padding-right: 4px;
padding-top: 6px;
}
.contentLowRt {
width: 50%;
background-color: #F1F0F0;
padding-left: 6px;
padding-right: 4px;
padding-top: 6px;
border-right: #E3E3E3 1px solid;
}
.rightpane {
width: 250px;
background-color: #F1F0F0;
padding-left: 6px;
padding-right: 4px;
padding-top: 6px;
border-right: #E3E3E3 1px solid;
}