I am building a joomla website and used a free template... The sub menus of the main main of the template is displayed in all browsers but not in internet explorer... Neither the submenus can be clicked in internet explorer. How can I fix this issue? Here is the website http://www.jumboroofing.com
you must to defined all css for IE versions example here <!--[if IE 7 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="ie ie7"> <![endif]--> <!--[if IE 8 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="ie ie8"> <![endif]--> <!--[if IE 9 ]> <html xmlns="http://www.w3.org/1999/xhtml" class="ie ie9"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <html xmlns="http://www.w3.org/1999/xhtml"> <!--<![endif]-->