Hi:
I have problems to add separator in webMenu. I add some menu items and change the property "Sepatator" of those items to true. but those separator items never show up, I also tried to change the properties of those separator menu item (width, color, ...) . Never successful, is there something I missed ?
Just a quick follow-up - you may also want to play with the SeparatorStyle of your UltraWebMenu instance:
<SeparatorStyle BackgroundImage="ig_menuSep.gif" CssClass="SeparatorClass" CustomRules="background-repeat:repeat-x; " />
Thanks for your reply, /ig_common/images/ig_menusep.gif is in IIS, I check the everyting, everything setup as what you said by default. But still not show any separators. I also create a new menu, with some items set as separator, and don't modify any thing else. But still. I don't know, why it didn't work even on default situation.
I also copy all impages to local, and change the web.config by following the guide of infragistics
to redirect images folder, but still again.
BTW, the image ig_menusep.gif is a horizon line inside but not a vertical line. That's not make sence.
Any new suggestion?