Hi, I have a problem with a skin, in dnn 3.2.2 (and 3.2.1) display a gray border around the image of the solpartmenu, but i have not set border and, the same skin work correctly in dnn 3.1..
here an exemple of the problem:
this is the normal position of the menu:
this is a "mouseover" on the "Help!" tab
and this is an "onclick" on the "Help!" tab
this is the code that i use in solpartmenu (i have not created this css..):
/* Main Menu */ #cMainMenu { position:absolute; width:143px; height:100%; z-index:1001; left: -26px; top: 0px;} .cDivContainer { position: relative; width:40px; border:5px; left: 0px; top:0px; z-index: 1000;} .MainMenu_MenuContainer { border-width:0; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } .MainMenu_MenuBar { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; cursor: hand; cursor: hand; background-color: Transparent;} .MainMenu_MenuItemSel { height: 25px; border-width:0px; margin: 0px 0px 0px 0px; padding: 2px 6px 2px 2px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; cursor: pointer; cursor: hand; color: #666666; background-color: #FFFFFF;} .MainMenu_MenuItem { height: 25px; border-width:0px; margin: 0px 0px 0px 0px; padding: 2px 6px 2px 2px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; cursor: pointer; cursor: hand; color: #666666;} .MainMenu_SubMenu { border:solid #cccccc 1px; height: 25px; margin: 2px 5px 0px 0px; padding: 0px 0px 0px 0px; cursor: hand; cursor: hand; z-index: 1000; background-color: #FFFFFF;} .MainMenu_MenuBreak { width:auto; border-width:0px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
.MainMenu_TabRootMenuItem TD { height: 48px; width:143px; border-width:0; margin: 0px 0px 0px 0px; padding: 0px 0px 2px 0px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; font-style: normal; cursor: pointer; cursor: hand; color: #666666; background-image: url(btnNavActive.jpg); background-repeat: no-repeat;} .MainMenu_TabRootMenuItemSel TD { height: 48px; width:143px; border-width:0; margin: 0px 0px 0px 0px; padding: 0px 0px 2px 0px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; font-style: normal; cursor: pointer; cursor: hand; color: #FFFFFF; background-image: url(btnNavOver.jpg); background-repeat: no-repeat;} .MainMenu_TabMenuItemHover TD { height: 48px; width:143px; border-width:0; margin: 0px 0px 0px 0px; padding: 0px 0px 4px 0px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; font-style: normal; cursor: pointer; cursor: hand; color: #FF9900; background-image: url(btnNavActiveOver.jpg); background-repeat: no-repeat;} .MainMenu_TabMenuItemSelHover TD { height: 48px; width:143px; border-width:0; margin: 0px 0px 0px 0px; padding: 0px 0px 2px 0px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; font-style: normal; cursor: pointer; cursor: hand; color: #FFFFFF; background-image: url(btnNavOver.jpg); background-repeat: no-repeat;}
.SubMenu_TabMenuItemSelHover { height: 25px; border-width:0px; margin: 0px 0px 0px 0px; padding: 2px 6px 2px 2px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; cursor: pointer; cursor: hand; color: #FFFFFF; background: #FF6600; } .SubMenu_TabMenuItemHover { height: 25px; border-width:0px; margin: 0px 0px 0px 0px; padding: 2px 6px 2px 2px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; cursor: pointer; cursor: hand; color: #FFFFFF; background: #FF6600; } .SubMenu_TabMenuItemSel { height: 25px; border-bottom:0; border-top:0; margin: 0px 0px 0px 0px; padding: 2px 6px 2px 2px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; font-style: normal; cursor: pointer; cursor: hand; color: #FFFFFF; background: #FF6600; }
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .ModuleTitle_MenuArrow ,.ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon {display: none;}
|
i repeat, this skin work correctly on DNN 3.1 nut not in 3.2...
(this exemple is the result in internet explorer. in firefox i don't see anithing (the button stay in their position ad don't display the mousover image)
thanks
Mirko_