GetSimple Support Forum

Full Version: flash header and menu[solved]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how can up the menu over the flash header, i put a flash header but the menu its under the same and can't navigate in the website, my site is www.consultoriacodipro.com i try in many places in the header.php but not work.

Code:
<div class="header">
    <div class="wrapper">

            <!-- logo/sitename -->

                <a href="<?php get_site_url(); ?>" id="logo" ><?php get_site_name(); ?></a>

                    <!-- main navigation -->
                    <div>
    <nav id="main-nav">

                    <ul>

                        <?php get_navigation(get_page_slug(TRUE)); ?>

                    </ul>

                </nav>
            </div>

                <!-- main navigation original place -->
        <div align="center">
      <div id="header" width="952" height="198">
        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="952" height="198" accesskey="ca" title="cabecera" align="center">
          <param name="movie" value="http://www.consultoriacodipro.com/theme/Innovation/images/encabezado.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="opaque">
          <embed src="http://www.consultoriacodipro.com/theme/Innovation/images/encabezado.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="952" height="198" align="center"></embed>
        </object>
        </div>  
        </div>
    </div>
    </div>

Edited: I see the problem its for the browser, i only use opera and firefox and defaulth menu from innovation theme dont see(under the flash header). but in internet explorer its work ok, then i delete this menu and create a new menu entry with other style, tks for this greath cms