The following warnings occurred:
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message



GetSimple Support Forum
flash header and menu[solved] - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: flash header and menu[solved] (/showthread.php?tid=2422)



flash header and menu[solved] - pipila - 2011-11-23

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