Ok guys, I never had this problem before and don't know what's causing it. I have a horizontal solpartmenu with height of 19px and it works fine in firefox, however in IE it appears to have height of only 18px, or it has a padding on top of 1px, I'm not sure. However this 1px is causing my images to not line up and destroy the design. Any help would be appreciated.
.MainMenu_MenuBar
{
height:19px;
}
.MainMenu_MenuContainer
{
background-image: url(images/BarCenter.jpg);
height:19px;
}
.MainMenu_MenuItem
{
cursor: pointer;
height:19px;
}
.MainMenu_RootMenuItemSelected
{
background-image: url(images/TabCenter.jpg);
background-repeat: repeat-x;
background-position: center left;
background-color:Transparent;
height: 19px;
vertical-align:middle;
}
.MainMenu_MenuArrow
{
border:0px;
}
.MainMenu_MenuIcon
{
border:0px;
}
.MainMenu_RootMenuItemActive
{
background-image: url(images/TabCenter.jpg);
background-repeat: repeat-x;
background-position: center left;
height: 19px;
color: #000;
vertical-align:middle;
}
.MainMenu_RootMenuItemLeftSeparatorActive
{
background: none;
}
.MainMenu_RootMenuItemRightSeparatorActive
{
background: none;
}