I am converting from the UltraWebMenu to the WebDataMenu. For some reason, the sub menus have big gaps between them...but it only looks like this the first time I hover over the initial submenu (in the example below, it would be when I hover over the "Lookups" item)...but the very next time I hover over it, the gap goes away. Any suggestions on how to fix this?
Hi algunderson,
This is very strange behavior. What's the version of NetAdvantage you are using? Is this issue browser specific? It would be helpful if you could provide the markup for the menu or a sample website.
Thank you.
I am using 11.1 at this time. I have a lot of UltraWebGrid's and Ultra other stuff and am in the process of trying to convert all of the Ultra stuff to using the Aikido based controls, so I haven't upgraded to 11.2 or 12.1 yet.I have added a file with the code that is on the aspx page.Thank you for taking the time to look at this. I really appreciate it.
I have reviewed your markup and it seems to be correct. Is it possible for you to attach an isolated sample website, reproducing the issue, in order to be able to provide more insight and identify the cause of this behavior. Thank you.
Hello algunderson,
I'm just following up to see if you have resolved your issue.
As I was building the sample website, I figured out what it was. It was because of something in my stylesheet. I had text-align: right; in the style for the <div> and as soon as I removed that, it seems to work fine now.I was trying to get the menu to align on the right rather than the left...not really the text within each menu...but the whole menu itself. Do you by any chance know how to do that?
You could use float: right for the container div style.
Let me know if this helps.
Feek free to contact me if you have any other questions.