Welcome Guest Search | Active Topics | Sign In | Register

Not Loading Background Image Options
Ram
Posted: Friday, September 21, 2007 1:36:54 PM
Rank: Member
Groups: Member

Joined: 6/18/2007
Posts: 15
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.
eo_support
Posted: Friday, September 21, 2007 1:45:08 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,089
Hi Ram,

There is no limits as how many items you can have, but IE some time is quirky about styles. One thing that you can try is to instead of using CssText, try to use put all styles into a .css file and then use CssClass. That way we will only be flipping the element's className property.

Let us know how it goes.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.