suranavarun-gmail
-
2/28/2011 8:27:31 PM
CMSMenu
Hello Everybody,
We are facing a strange problem with our Menu where in our sub menu items show a gap between each item and also when we click on any of the menu item the menu gets distorted.
Please let me know as to from where i can fix this issue as i tried modifying the css but it didnot help me. below is the code snippet for CSS
.subCMSMenu { height:21px; /*border-left:1px solid #627481; border-right:1px solid #627481;*/ border-top:0; border-bottom:0; background-image:url(../App_themes/EleStyle/images/menu_bg.gif); background-repeat:repeat-x; color:#000000; font-family:Arial; font-size:12px; }
.subCMSMenuItem,.subCMSMenuItemMouseDown,.subCMSMenuItemMouseUp, .subCMSMenuHighlightedMenuItem,.subCMSMenuHighlightedMenuItemMouseDown, .subCMSMenuHighlightedMenuItemMouseOver, .subCMSMenuHighlightedMenuItemMouseUp { height:21px; border-right:1px solid #627481; color:#000000; font-family:Arial; font-size:12px; text-align:center; width:210px; }
.SeparatorCMSMenu { background-image:url(../App_themes/EleStyle/images/menu_separator.gif); height:21px; color:#000000; }
.subCMSMenuItemMouseOver { color:#FFFFFF; border-right:1px solid #627481; background-image:url(../App_themes/EleStyle/images/menu_hover.gif); background-repeat:repeat-x; width:210px; text-align:center;font-size:12px; height:21px;
}
/* For SubMenuItems */
.sub2CMSMenu { /*margin-bottom:2px; border-left:1px solid #627481; border-right:1px solid #627481; background-image:url(../App_themes/EleStyle/images/menu_bg.gif); background-image:url(../App_themes/EleStyle/images/menu_hover.gif); background-image: url("../App_themes/EleStyle/images/menu_bg.gif");*/
height:28px; /*background-repeat:repeat-x;*/ width:150px; color:#ffffff; font-family:Tahoma; font-size:12px; text-align:center; }
.sub2CMSMenuItem { color:#000000; background-image:url("../App_themes/EleStyle/images/menu_bg.gif"); background-repeat:repeat-x; /*background-position:top left;*/ padding:0;margin:0; width:210px; text-align:center; font-size:12px; height:28px; } .sub2CMSMenuItemMouseDown,.sub2CMSMenuItemMouseUp, .sub2CMSMenuHighlightedMenuItem,.sub2CMSMenuHighlightedMenuItemMouseDown, .sub2CMSMenuHighlightedMenuItemMouseOver, .sub2CMSMenuHighlightedMenuItemMouseUp { height:28px; /*border-right:1px solid #627481;*/ background-repeat:repeat-x; color:#FFFFFF; font-family:Tahoma; font-size:12px; width:200px; text-align:center; /*background-image:url(../App_themes/EleStyle/images/menu_bg.gif);*/ background-image:url(../App_themes/EleStyle/images/menu_hover.gif); }
.sub2CMSMenuItemMouseOver { color:#FFFFFF; background-image:url(../App_themes/EleStyle/images/menu_hover.gif); background-repeat:repeat-x; background-position:top left; width:200px; text-align:center; font-size:12px; height:28px; }
Looking forward to hear from you soon.
|