Ver Mensaje Individual
  #1 (permalink)  
Antiguo 29/05/2008, 13:16
UveEne
 
Fecha de Ingreso: mayo-2008
Mensajes: 15
Antigüedad: 16 años
Puntos: 0
Problemas con tamaño de celda. ¿Problema del explorador?

Hola,

Recientemente he tenido un problema con la altura de una simple celda.
En ella hay unas imagenes de 22px de altura. La celda también tiene 22px de altura.

Estoy desesperado, no hago más que probar cosas y no lo consigo, sigue apareciendo la celda más grande por la parte de abajo.

Y no me atrevo a abrirlo con Internet Explorer, porque entonces me pondré a llorar. xD

Os dejo el código: (Uso dreamweaver)

Código HTML:
<td width="900" colspan="5" background="http://images.habbos.es/rebound/menu_up.png" height="10">
		<center><a href="http://www.habbos.es/">
		<img border="0" onMouseOver="javascript:this.src='http://images.habbos.es/rebound/menu/inicio_a.png'" onMouseOut="javascript:this.src='http://images.habbos.es/rebound/menu/inicio.png'" src="http://images.habbos.es/rebound/menu/inicio.png" width="81" height="22"></a>&nbsp;&nbsp;&nbsp;
		<a href="?s=noticias">
		<img border="0" onMouseOver="javascript:this.src='http://images.habbos.es/rebound/menu/noticias_a.png'" onMouseOut="javascript:this.src='http://images.habbos.es/rebound/menu/noticias.png'" src="http://images.habbos.es/rebound/menu/noticias.png" width="81" height="22"></a>&nbsp;&nbsp;&nbsp;
		<a href="?s=articulos">
		<img border="0" onMouseOver="javascript:this.src='http://images.habbos.es/rebound/menu/articulos_a.png'" onMouseOut="javascript:this.src='http://images.habbos.es/rebound/menu/articulos.png'" src="http://images.habbos.es/rebound/menu/articulos.png" width="81" height="22"></a>&nbsp;&nbsp;&nbsp;
		<a href="?s=guias">
		<img border="0" onMouseOver="javascript:this.src='http://images.habbos.es/rebound/menu/guias_a.png'" onMouseOut="javascript:this.src='http://images.habbos.es/rebound/menu/guias.png'" src="http://images.habbos.es/rebound/menu/guias.png" width="81" height="22"></a>&nbsp;&nbsp;&nbsp;
		<a href="?s=concursos">
		<img border="0" onMouseOver="javascript:this.src='http://images.habbos.es/rebound/menu/concursos_a.png'" onMouseOut="javascript:this.src='http://images.habbos.es/rebound/menu/concursos.png'" src="http://images.habbos.es/rebound/menu/concursos.png" width="81" height="22"></a>&nbsp;&nbsp;&nbsp;
		<a href="foro/">
		<img border="0" onMouseOver="javascript:this.src='http://images.habbos.es/rebound/menu/foro_a.png'" onMouseOut="javascript:this.src='http://images.habbos.es/rebound/menu/foro.png'" src="http://images.habbos.es/rebound/menu/foro.png" width="81" height="22"></a>
</center></td> 
Gracias de antemano.