In the Office 2007 skin I created a CSSClass to display a submenu indicator,
.SubMenu
{
background-position: 100% -216px !important;
}
The right arrow shows up to indicate a submenu but when I hover the left side is cuttoff like its not rendering,
.SubMenu
{
background-position: 100% -216px !important;
}
The right arrow shows up to indicate a submenu but when I hover the left side is cuttoff like its not rendering,
.RadMenu_Office2007 .rmExpanded,
.RadMenu_Office2007 .rmExpanded:hover
{
color: #000;
background-position: 0 -120px;
}
Any ideas on how to fix it?
Thanks,
Rich