Ver Mensaje Individual
  #4 (permalink)  
Antiguo 29/05/2009, 03:21
Avatar de hades87
hades87
 
Fecha de Ingreso: diciembre-2007
Ubicación: Barcelona - España
Mensajes: 3.194
Antigüedad: 16 años, 4 meses
Puntos: 68
Respuesta: Botón ajustado a celda

Mira este ejemplo, lo que tenías que poner es height: inherit, a mi en FF3.0 me funciona bien

Código HTML:
<html>
<head>
<title>prueba de boton</title>
<style>
input{
height: inherit;
}
</style>
</head>
<body>
<table style="border:1px solid #000">
<tr>
<td style="height:300px"><input type="button" value="Enviar"/></td>
</tr>
</table>
</body>
</html> 
__________________
No diseñes usando tablas.