Q: I built a menu for a new website... The menu works perfectly in Chrome and Firefox but in IE there is no rounded corners and the sizing looks wrong.
When I view the site locally (not on the server), it displays correctly in IE.
Any suggestions ?
A: Notice that rounded corners and shadows will work with IE9+, because IE6-8 are too old and don't support modern CSS3 standard.
Also, make sure that you added the DOCTYPE declaration for universal compatibility:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
It should be the first line in your code (before HEAD and HTML tags).
For troubleshooting, feature requests, and general help,
contact Customer Support at . Make sure to
include details on your browser, operating system,
CSS3 Menu version, link to your page.
In most cases you'll get a reply within 1 business day. Please read the FAQs first to see if your question has already been answered.