Hi, The built-in menu types use simple unordered lists, and everything is controlled with CSS, so browser compatability is not really controlled by the menu control itself. Although it does have some properties for auto injecting onmouseover events in the anchor tag if the client browser is IE since IE does not have a hover psuedoclass for the anchor in CSS. In other words it's compatible with any browser. You can test the sample menus with any browser at http://demo.snapsis.com Also, you can have complete control of the menu html output if you use the new template type. |