Ver Mensaje Individual
  #6 (permalink)  
Antiguo 14/11/2008, 02:07
Elisa5
 
Fecha de Ingreso: noviembre-2008
Mensajes: 3
Antigüedad: 15 años, 6 meses
Puntos: 0
Respuesta: Menus emergentes con Dreamwaver

hola,
estoy creando una plantilla y quería poner un menú en la parte superior, tengo varias palabras vinculadas a páginas que dependen de esta plantilla, pero cuando me pongo encima de alguna de estas palabras y voy a comportamientos no tengo activado el menu emergente. Es muy raro porque hice una prueba en una página en blanco y me salió a la primera. Te dejo el código completo por si me puedes echar una mano.

Muchas gracias

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Documento sin t&iacute;tulo</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
<style type="text/css">
<!--
body {
background-image: url(../Fotos%20fondos/DSCF3334.JPG);
}
#Layer1 {
position:absolute;
width:96px;
height:28px;
z-index:1;
left: 72px;
top: 216px;
}
#Layer2 {
position:absolute;
width:75px;
height:33px;
z-index:2;
left: 293px;
top: 216px;
}
#Layer3 {
position:absolute;
width:67px;
height:133px;
z-index:2;
left: 43px;
top: 13px;
}
#Layer4 {
position:absolute;
width:62px;
height:24px;
z-index:3;
left: 44px;
top: 5px;
visibility: hidden;
}
#Layer5 {
position:absolute;
width:68px;
height:37px;
z-index:1;
left: 0;
top: 218px;
}
body,td,th {
font-family: Georgia, Times New Roman, Times, serif;
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #FFFFFF;
}
a:active {
text-decoration: none;
}
.Estilo1 {font-size: 16px}
-->
</style>
</head>

<body onload="MM_preloadImages('../INICIO 2.gif')">
<table width="700" height="306" border="1" align="center" cellpadding="1" background="../Fotos fondos/trebol fondo.jpg">
<tr>
<td height="147" bgcolor="#EAFFBA"><div align="center"><img src="../Foto casa.JPG" width="272" height="172" /></div></td>
</tr>

<tr>
<td height="57" background="../Fotos fondos/trebol fondo2.jpg"><table width="692" height="46" border="0" cellpadding="1">
<tr>
<td width="90" height="42"><div align="center" class="Estilo1"><a href="inicio nueva.html">INICIO</a></div></td>
<td width="100"><div align="center"><span class="Estilo1"><a href="casa nueva.html">CASA RURAL</a> </span></div></td>
<td width="100"><div align="center"><span class="Estilo1">GALER&Iacute;A</span></div></td>
<td width="100"><div align="center"><span class="Estilo1">QU&Eacute; VER</span> </div></td>
<td width="100"><div align="center"><span class="Estilo1">SITUACI&Oacute;N</span></div></td>
<td width="98"><div align="center"><span class="Estilo1"><a href="inicio5.html">CONTACTO</a></span></div></td>
<td width="72"><div align="center">
<p class="Estilo1">LINKS</p>
</div></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="522" height="63" background="../Fotos fondos/trebol fondo2.jpg"><!-- TemplateBeginEditable name="cuerpo plantilla" -->
<p>cuerpo plantilla</p>
<!-- TemplateEndEditable --></td>
</tr>
</table>
</body>
</html>