Hi is there somebody out there who could help me with my skinning problem:
I have a flickering Solpart menu and tried to remove all font-weight bold from the css, but it doesn't seem to help.
The URL is: http://www.zepter.co.uk.dnnmax.com
I tried all night yesterday, but I can not find a solution.
here is my Css:
/* ================================
Solpart
================================
*/
.MenuContainer
{
background-color: transparent;
padding-left: 4px;
padding-bottom: 4px;
/* height: 35px; */
border-bottom: #F23F72 0px solid;
}
/* Changes of height will cause an ftp error! */
.MenuBar
{
background-color: Transparent;
cursor: pointer;
cursor: hand;
height: 16;
}
.MenuIcon
{
cursor: pointer;
cursor: hand;
background-color: #000000; /* #FFEAF2; this is the 2nd level background menu tab */
border-left: #F23F72 0px solid;
border-top: #F23F72 0px solid;
border-right: #F23F72 0px solid;
border-bottom: #F23F72 0px solid;
text-align: center;
width: 15;
height: 22;
}
.MenuItem /* activate bg image for subitems here */
{
cursor: pointer;
cursor: hand;
color: #333333;
font-family: Arial, Verdana, Tahoma, Helvetica;
font-size: x-small;
font-style: normal;
background-color: #FFFFFF; /* #DAD9D9; fixed firefox problem, do not use transparent here - this is the top level menu items*/
}
.MenuArrow
{
font-family: webdings;
font-size: x-small;
cursor: pointer;
cursor: hand;
}
.MenuRootArrow
{
font-family: webdings;
font-size: x-small;
cursor: pointer;
cursor: hand;
}
.ItemsBreak
{
border-bottom: #404040 0px solid;
border-left: #FF8080 0px solid;
border-top: #FF8080 0px solid;
border-right: #404040 0px solid;
background-color: transparent;
color: #333333;
font-family: Arial, Verdana, Tahoma, Helvetica;
font-size: x-small;
font-weight: bold;
font-style: normal;
height: 1px;
}
.RootItem TD
{
font-family: Arial, Verdana, Tahoma, Helvetica;
font-size: x-small;
color: #333333; */ #00599F; this is the blue colour from the zepter logo */
/* height: 35px; */
background-color: #FFFFFF;
background-image: none;
background-repeat: no-repeat;
border-left: #F23F72 0px solid;
border-top: #F23F72 0px solid;
border-right: #F23F72 0px solid;
}
.RootItemActive TD
{
font-family: Arial, Verdana, Tahoma, Helvetica;
font-size: x-small;
color: #9E3B47;
/* height: 35px; */
background-color: #000000; /* #24201E; */
background-image: none;
background-repeat: no-repeat;
border-left: #24201E 0px solid;
border-top: #24201E 0px solid;
border-right: #24201E 0px solid;
}
.RootItemSelected TD
{
font-family: Arial, Verdana, Tahoma, Helvetica;
font-size: x-small;
color: #9E3B47;
/* height: 35px; */
background-color: #FFFFFF; /* #DAD9D9; */
background-image: none;
background-repeat: no-repeat;
border-left: #DAD9D9; 0px solid;
border-top: #DAD9D9; 0px solid;
border-right: #DAD9D9; 0px solid;
padding-right: 5px;
}
.RootItemBreadCrumb TD
{
font-family: Arial, Verdana, Tahoma, Helvetica;
font-size: x-small;
font-weight: bold;
color: #9E3B47;
/* height: 35px; */
background-color: #FFFFFF; /* #DAD9D9;*/
background-image: none;
background-repeat: no-repeat;
border-left: #F23F72 0px solid;
border-top: #9E3B47; 2px solid; /* #F23F72 0px solid; */
border-right: #F23F72 0px solid;
}
.SubItemActive
{
border-top: 0px solid;
font-family: Arial, Verdana, Tahoma, Helvetica;
font-size: x-small;
font-weight: bold;
color: #000000;
height: 24px;
background-color: #DAD9D9;;
background-image: none;
background-repeat: no-repeat;
}
.SubMenu /* outher left and right bg of unselected sub item, bg of sub tab */
{
filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
z-index: 1000;
cursor: pointer;
cursor: hand;
font-family: Arial, Verdana, Tahoma, Helvetica;
font-size: x-small;
color: #24201E;
height: 24px;
background-color: #DAD9D9;
background-image: none;
background-repeat: no-repeat;
border-left: #F23F72 0px solid;
border-top: #F23F72 0px solid;
border-right: #F23F72 0px solid;
border-bottom: #F23F72 0px solid;
}
.SubItemActive TD
{
border-top: 0px solid;
font-family: Arial, Verdana, Tahoma, Helvetica;
font-size: x-small;
color: #FFFFFF;
height: 24px;
background-color: #DAD9D9;
background-image: none;
background-repeat: no-repeat;
}
.SubItemSelected
{
font-family: Arial, Verdana, Tahoma, Helvetica;
font-size: x-small;
color: #FFFFFF;
background-color: #24201E;
background-image: none;
background-repeat: no-repeat;
}
.SubItemBreadCrumb
{
font-family: Arial, Verdana, Tahoma, Helvetica;
font-size: x-small;
/*font-weight: bold;hover*/
color: #C20000;
background-color: #F23F72;
background-image: none;
background-repeat: no-repeat;
}