The site I\'m working on is using a Databound asp:Menu control. When sending 1 menu item it renders HTML that is absolutely correct in Firefox (and IE), but really messed u
I just wanted to submit an alternate option. This works for ASP.NET 3.5.
In the browser file, add the following code between the tag:
That should properly render the menu control in Chrome/Safari.