Ver Mensaje Individual
  #5 (permalink)  
Antiguo 11/06/2010, 00:03
biochemistry43
 
Fecha de Ingreso: mayo-2010
Mensajes: 93
Antigüedad: 13 años, 10 meses
Puntos: 0
Respuesta: enlaces en html no se ven en Firefox

Este es el código que hice en HTML

<FRAMESET ROWS="20%,70%,*" border="0" frameborder="0">

<FRAME SRC="blanco.html" NAME="frame2" scrolling=no NORESIZE>
<FRAMESET COLS="20%, *" >

<FRAME SRC="menu1.html" NAME="frame2" scrolling=no NORESIZE>
<FRAME SRC="workimages\1.jpg" NAME="principal" MARGINWIDTH="200" scrolling= auto>

</FRAMESET>
</FRAMESET>

y el HTML que llama (menu1.html) tiene este código:

<HTML>
<P>
<P>
<a href="workimages\1.jpg" target="principal"><P><P>Fachada</a>
<a href="workimages\casa1\sala.jpg" target="principal"><P><P>Sala</a>
<a href="workimages\casa1\comedor.jpg" target="principal"><P><P>Comedor</a>
<a href="workimages\casa1\cocina.jpg" target="principal"><P><P>Cocina</a>
<a href="workimages\casa1\baño.jpg" target="principal"><P><P>Baño</a>
<a href="workimages\casa1\patio.jpg" target="principal"><P><P>Patio</a>
<a href="workimages\casa1\recamara.jpg" target="principal"><P><P>Recamara</a>

</HTML>

Les repito... en Internet Explorer sin ningún problema, el problema es en Firefox