PixoPoint Menu NOT working in IE6 or IE7. HELP!
-
I am using the PixoPoint Menu for a client website and it will NOT work in IE6 or IE7 (which is kind of the point…). I have deactivated all other plugins just in case, but there are still no dropdowns appearing in the earlier IE browsers.
I’ve placed it into my theme with a conditional statement:
<div class=”sfhover”><?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();}
elseif ( function_exists( ‘wp_nav_menu’ ) ){
wp_nav_menu( array( ‘theme_location’ => ‘main-menu’, ‘container_id’ => ‘mainMenu’, ‘container_class’ => ‘ddsmoothmenu’, ‘fallback_cb’=>’primarymenu’) ); }
else{ primarymenu(); }?></div>`
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PixoPoint Menu NOT working in IE6 or IE7. HELP!’ is closed to new replies.