NAV php menu disappears in IE7 and IE8
-
On shakymolars.com, the php menu does not show up at all in Internet Explorer 7 or 8.
header.php:
<nav> <ul> <li><?php wp_nav_menu(array('menu' => 'Main Nav Menu')); ?></li> </ul> </nav>
functions.php:
if (function_exists('register_nav_menus')) { register_nav_menus( array( 'main.nav' => 'Main Navigation Menu' ) ); }
Any ideas why? It seems to show up in all the other browsers just fine.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘NAV php menu disappears in IE7 and IE8’ is closed to new replies.