me dice el diseñador que el menu fue creado en flash y que no utilizo plugins, aunque tengo mis dudas aqui pongo el codigo de la plantilla
Código PHP:
Ver original<?php get_header(); ?>
<div id="container">
<div id="header" class="outer">
<div class="inner">
<div id="header-top">
<h1><a href="#" title="#"><?php bloginfo('name'); ?></a></h1>
<h2><?php bloginfo('description'); ?></h2>
<a href="http://www.test123-colombia.com/?page_id=235" title="<?php bloginfo('name'); ?>">
<img src="<?php if ( get_option('woo_logo') <> "" ) { echo get_option( 'woo_logo' ); } else { bloginfo('stylesheet_directory'); ?>/images/tiendavirtual_header.png<?php } ?>" class="logo-header" alt="<?php bloginfo('name'); ?>" />
</a>
</div><!-- /#header-top -->
<div id="nav_contain">
<ul id="nav">
<li class="home <?php if (is_home()){ ?>current_page_item<?php } ?>"> <a href="<?php bloginfo('url'); ?>" title="Go Home">Inicio</a></li>
<?php if ( get_option('woo_blog_navigation' ) == 'true' ) { ?><?php wp_list_categories('child_of=' . get_option( 'woo_blog_cat_id' ) . '&hide_empty=true&title_li=<a href="' . get_option('home') . get_option('woo_blog_permalink') .'" title="Blog">Blog</a>'); ?><?php } ?>
<?php $exclude = woo_exclude_pages(); ?>
<?php wp_list_pages('sort_column=menu_order&depth=0&title_li=&link_before=&link_after=&exclude=' . $exclude . ',' . get_option( 'woo_exclude_pages_main' ) ); ?>
<?php if ( get_option( 'woo_highlight_text' ) <> "" and get_option( 'woo_highlight_url' ) <> "" ) { ?>
<li class="buynow"><a href="<?php echo get_option( 'woo_highlight_url' ); ?>" title="<?php echo get_option( 'woo_highlight_text' ); ?>"><?php echo get_option( 'woo_highlight_text' ); ?></a></li>
<?php } ?>
</ul><!-- /#nav -->
</div><!-- /#nav -->
</div><!-- /.inner -->
</div><!-- /#header .outer -->
<div id="main_content" class="outer_index">
<div id="flash_content" class="flash">
<center><object width="950" height="548" wmode="transparent" data="<?php bloginfo('template_directory') ?>/test123.swf" type="application/x-shockwave-flash">
<param name="movie" value="<?php bloginfo('template_directory') ?>/test123.swf" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
</object></center>
</div><!-- /#flash_content .flash -->
</div><!-- /#main_content .outer -->
<?php get_footer(); ?>