Hi,
I'm using ultrawebmenu in vertical mode.
When the page is too high, if you scroll down, subitems don't appear at the right place.
As you can see : in the top of the page subitems appear at the right place:
If in scroll a little, subitems don't appear at the right place:
I didn't find any post about that, and Infragistics samples have the same problem...Thx in advance for your answers,
Sylvain GUILLAS
Ok, I am a bit confused. I use Infragistics 2007 Version 3.
Where exactly do I use this CSS? I mean I have CSS allready assigned to the different parts of the UltraWebMenu Control (ex. HoverItemStye, LeafStyle, MainStyle etc.)
Thanks for the reply.
hellbinder said: As it is perfectly noticeable, this problem has been dated way back with no fixes seen. I am just wondering, is there a way to fix this now? I mean, some kind of workaround? It tends to get annoying to see the sub-menus where they are not supposed to be. Any help would be appreciated.
As it is perfectly noticeable, this problem has been dated way back with no fixes seen.
I am just wondering, is there a way to fix this now? I mean, some kind of workaround? It tends to get annoying to see the sub-menus where they are not supposed to be.
Any help would be appreciated.
I believe this problem has been resolved in the latest hotfix, try adding:
<style type="text/css">
html, body, form
{
height:100%;
}
</style>
to your styles. If that does not help then you should contact support because you're probably running into a different issue than the one that was originally reported.
you should probably put in a support request just confirm your issue if any of the notes here haven't worked, if its similar to my issue its currently awaiting development with no dates set...
We are experiencing the same problem using the webmenu in a master page. Any news on likely timescale of a fix? Thanks.