Ver Mensaje Individual
  #1 (permalink)  
Antiguo 05/05/2009, 15:50
helacer
 
Fecha de Ingreso: mayo-2006
Ubicación: Bogotá
Mensajes: 2.061
Antigüedad: 18 años
Puntos: 50
links no funcionan el Firefox

tengo un html con este codigo pero los links no me funcionan en firefox queda como si no tuviera links ¿Que puede estar pasando?


GRACIAS

Código HTML:
<div style="position: absolute; width: 938px; height: 26px; z-index: 2; left: 31px; top: 235px" id="capa2">
	<table border="1" width="100%" id="table2">
		<tr>
			<td width="101">
			<p align="center"><font color="#FFFFFF"><b><a href="index.htm">INICIO</a></b></font></p></td>
			<td width="143">
			<p align="center"><b><font color="#FFFFFF">PAGINA 2</font></b></p></td>
			<td width="153">
			<p align="center"><b><font color="#FFFFFF">Nuestras Modas</font></b></p></td>
			<td width="179">
			<a href="trabajaconnosotros.htm">Trabaja Con Nosotros</a></td>
			<td width="149">
			<p align="center"><b><font color="#FFFFFF">Contactanos</font></b></p></td>
			<td>
			<p align="center"><b><font color="#FFFFFF">Quienes Somos</font></b></p></td>
		</tr>
	</table>
</div>