Hi!
I have an UltraWebMenu on a master page and I was using the 8.2 version of it. I upgraded recently to the 9.1 version of the NetAdvantage ASP.Net to get Safari support, but since then the submenu items of my UltraWebMenu point upwards in IE7, but point downwards in both Firefox and Safari.
Is there a new property in the 9.1 version to force the menu to point downwards in IE?
The static div height worked for me.... thanx.
I will report this to the developement team for them to tackle!
Hello again,
It seems to be some issue with the content and HTML elements placed on the page. Once you fill the content page with enough content the submenus will show like normaly.
Or you can statically define a height style property for the surrounding DIV element, like this:
<
div style="height: 250px;">
I am sorry about this work-around, but you can also contact our Developer Support at:http://devcenter.infragistics.com/Protected/SubmitSupportIssue.aspx
And they might create and issue, so you can follow the development.
Thanx for your prompt reply!
Here is a very simple example that behaves as described above.
Hello,
I was trying to reproduce the situation, but I had no luck. Everything seems to work just fine.
What I can suggest is to apply the hotfix that is comming out very shortly and see if you can reproduce the situation again. Then, if it is the same behavior, you could come back and paste a code snippet, or attache sample page (this one will be highly appreciated) so we can digg out what is going on.
Hope this helps.
If the UltraWebMenu property EnhancedRendering is set to False the submenus point downwards in IE7, but the styling of the menus then becomes terrible and inacceptable.
Is there a fix for this Rendering problem?