Código HTML:
<div id="menu"> <img src="./imagenes/menu.gif" border="0" usemap="#Mapa" alt="Mapa" /> <map name="Mapa" id="Mapa"> <area shape="rect" coords="3,5,50,25" href="./index.php" alt="inicio" /> <area shape="rect" coords="50,5,150,25" href="./fotossesions.php" alt="Fotossesions" /> <area shape="rect" coords="150,5,225,25" href="./productos.php" alt="Productos" /> <area shape="rect" coords="225,5,330,25" href="./contratacion.php" alt="Contratacion" /> <area shape="rect" coords="330,5,400,25" href="./contacta.php" alt="Contacta" /> <area shape="rect" coords="400,5,475,25" href="./prensa.php" alt="Prensa" /> </map> <div id="buscar"> <form name="buscar" method="post" enctype="application/x-www-form-urlencoded" action="buscar.php"> <input type="text" name="buscar" onkeydown="Enviar();" value="Buscar" class="texto-buscar" size="24" /> </form> </div> </div>
Código HTML:
#menu { width:878px; height:28px; margin:0 auto 0 auto; top:150px; z-index:1; } #buscar { text-align:right; width:873px; height:28px; top:147px; position:absolute; z-index:1; }
Código HTML:
#menu { width:878px; height:28px; margin:0 auto 0 auto; top:150px; z-index:1; } #buscar { left:705; top:-50px; position:relative; z-index:2; }
Código HTML:
<!--[if IE]> <link href="./stylos/ie.css" rel="stylesheet" type="text/css" /> <![endif]--> <!--[if IE]><![if !IE]><![endif]--> <link href="./stylos/estilos.css" rel="stylesheet" type="text/css" /> <!--[if IE]><![endif]><![endif]-->
Saludos.