I set UltraWebMenu's EnableAppStyling is true. When I run it in IE7 or IE8 UltraWebMenu display ok. But I run it in IE6 UltraWebMenu display not ok. Please see below image.
IE6 display: not ok
IE7 or IE8 display: ok
Why IE6 display not ok? Please help me.
It seems like the ItemStyle border is currently not set and IE6 is perhaps inheriting from something else in your styles or just doesn't know what to do...
Try removing the border by setting its width to 0px.
Can you post the code from the aspx page that has the menu...if you have the items in this part...leave it out (not a problem if they are added dynamically)
Thank dtnixon. After I reset the ItemStyle border's style, ie6 display ok.