Hi EO,
Background image is not loading (last 2 slide menus at the bottom level) if I have more than 39 slide menus in one slide menu. It is loading only LeftIcon-Url="Images/leftImage.gif"
but not loading NormalStyle-CssText="background-image:url(Images/DownArrow.gif);"
If I go remove one slide menu(slideMenu1) at top level then bottom one slide(SlideMenu38) menu showing background image.
Again if I do same thing again then last bottom of the slide menu displaying background image.
Is there any limit to use slide menu in one page?
It will be great if you let me know how I can fix this issue.
Code: Visual Basic.NET
<eo:MenuItem Height="25" HoverStyle-CssText="background-image:url(Images/DownArrow.gif);color:#428EFF;background-position-x: right; background-repeat: no-repeat;background-color:white;"
ItemID="_TopLevelItem"
LeftIcon-Url="Images/leftImage.gif"
NormalStyle-CssText="background-image:url(Images/DownArrow.gif);color:#215DC6;background-position-x: right; background-repeat: no-repeat;background-color:white;"
SelectedStyle-CssText="background-image:url(Images/UpArrow.gif);color:#215DC6;background-position-x: right; background-repeat: no-repeat;background-color:white;">
<SubMenu ItemSpacing="5"
LeftIconCellWidth="0"
Style-CssText="BORDER-TOP-WIDTH: 1px; BORDER-RIGHT: white 1px solid; PADDING-RIGHT: 2px; PADDING-LEFT: 13px; FONT-SIZE: 11px; FONT-WEIGHT: normal; PADDING-BOTTOM: 9px; BORDER-LEFT: white 1px solid; CURSOR: hand; COLOR: #215dc6; BORDER-TOP-COLOR: white; PADDING-TOP: 9px; BORDER-BOTTOM: white 1px solid; FONT-FAMILY: tahoma; BACKGROUND-COLOR: #d6dff7">
</SubMenu>
</eo:MenuItem>
thanks,
Ram.