This is driving ne round the twist!!!!
SOLPARTMENU only seems to recognise some of the classes when specified in the .CSS file. Have a look at this page:
http://www.blewis.com.au/Inspire/tabid/61/Default.aspx (Yes, I know the colour is horrible but that's what the client wants!....)
And here is the relevant snippet from the css file:
/* Main Menu */
.MainMenu_MenuContainer {
background-color: white;
text-align: left;
}
.MainMenu_MenuBar {
height: 25px;
}
.MainMenu_MenuItem {
font-size: 12px;
font-style: normal;
font-weight: bold;
text-decoration: none;
background-color: white;
color: black;
font-family: Tahoma, Arial, sans-serif;
height: 25px;
}
.MainMenu_MenuIcon {
display: none;
}
.MainMenu_SubMenu {
z-index: 1000;
cursor: pointer;
cursor: hand;
background-color: #EFEFEF;
filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
height: 25px;
}
.MainMenu_MenuBreak {
}
.MainMenu_MenuItemSel {
background-color: #efefef;
cursor: pointer;
color: black;
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
font-weight: bold;
font-style: normal;
height: 25px;
}
.MainMenu_MenuArrow {
font-family: webdings;
font-size: 30px;
cursor: pointer;
width: 30px;
}
.MainMenu_RootMenuArrow {
font-family: webdings;
font-size: 30px;
cursor: pointer;
width: 30px;
}
If you change, for example, the .MainMenu_MenuItem background-color or height attributes then these make a difference to the menu design. But nothing that should affect the displayed text seems to work: for example changes to color, or font-size make no difference.
Can anyone PLEASE point out what's wrong with the .css file or suggest some sort of explanation. I am just on the point of throwing SOLPARTMENU away entirely in frustration and forking out the cash for a third party product.
TIA,
Graham