Joomla Menu Display Issue

Discussion in 'Joomla' started by diziadvice, Dec 21, 2012.

  1. #1
    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
     
    diziadvice, Dec 21, 2012 IP
  2. racer3

    racer3 Peon

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Which version of internet explorer do you use
     
    racer3, Jan 3, 2013 IP
  3. hiflyer.vn

    hiflyer.vn Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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]-->
     
    hiflyer.vn, Jan 4, 2013 IP