Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/07/2010, 03:03
pcexpansion
 
Fecha de Ingreso: mayo-2010
Mensajes: 84
Antigüedad: 13 años, 11 meses
Puntos: 0
Respuesta: Tamaño minimo botones

Prueba este código, podrás darle los valores que quieras. Utiliza un código de reseteo de componentes en css, para quitarle valores por defecto que usan ciertos navegadores.


<!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" />
<title>Documento sin t&iacute;tulo</title>
<style type="text/css">
<!--
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,input {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
margin-top: 0px;
}

.Estilo1 {
width: 8px;

height: 8px;
border: none;


}
-->
</style>
</head>

<body>

<form id="form1" name="form1" method="post" action="">
<label>
<input type="submit" name="Submit" value="Enviar" class="Estilo1"/>
</label>
</form>
</body>
</html>
__________________
http://www.pcexpansion.es