I am using an UltraWebMenu in horizontal orientation and for each item in the dropdown menu, I am setting the ImageUrl to an appropriate 16x16 icon. In IE7, IE8, and Firefox 3.6 I can see the image. However, in IE6, the image does not display, the area where the icon would have been (to the left of the menu item) is empty.
Any ideas?
Hello ,
I checked the behavior of the UltraWebMenu in IE6 using the below online sample:
http://samples.infragistics.com/2010.1/WebFeatureBrowser/contents.aspx?showCode=true&t=WebMenu/menustyles/menustyles.aspx~srcview.aspx?path=../WebFeatureBrowserVB/WebMenu/menustyles/menustyles.src~srcview.aspx?path=WebMenu/menustyles/menustyles.src
Do you describe the same issue whic I encountered in this example - the child items are not displayed?
No, in IE6 I am seeing the child items in the examples. However, these are all vertical orientation. The difficulty I am having is that I am using the menu as a horizontal oriented menu. I can see the child items, however, the images associated with those items are not displaying.
Hello,
Did you have the chance to take a look at the sample which I sent you?
If you are not able to reproduce the issue after modifying my example you can send a small isolated application replicating the behavior.
Hope hearing from you.
Thank you for the clarification.
I created a simplified example with UltraWebMenu and I am setting 16x16 icon to every item
<ignav:Item Text="Sub Menu Item">
<Images>
<DefaultImage DefaultUrl="~/Images/delegate.ico" />
</Images>
</ignav:Item>
I was not able to reproduce the issue in Internet Explorer 6
I am using 10.2 version (Version=10.2.20102.1011)
Please look at the sample attached and let me know if you encounter the issue with it.
Feel free to modify it in order to reproduce the behavior with it.
Let me know if you need more assistance with this matter.