On a project I'm working on I've got a vertical menu on the left side of each form as a part page component. It looks at works fine in IE 7-9, but in IE 10 it doesn't look at all how it should. When I had a look at the source code for the menu control in the browser, it was actually generated as table with tr tags for each list item, not as a unordered list.
I've done the styling on the menu control in a style sheet so I can style the elements using ul, li, and li:hover, li:active css selectors and this works fine in most browsers as the menu is built up from <ul> and <li> tags but in IE 10 its just a table with tr and div tags?
Any ideas on why this is only happening in ie 10? I tried doing a temp form with a new vertical menu and it did the same thing, the menu was made up of ul tags in most browsers except ie 10. Any help on this would be great
