Nuisence Amb Internet Explorer Enviar farcit botó Horitzontal
Internet Explorer afegeix automàticament als botons en el farciment de formularis HTML.
Aquest espai s'estén segons la longitud del text del botó.
La solució és afegir desbordament al seu estil .... és a dir,
. Botó {
overflow: visible;
padding-left: 10px important;
padding-right: 10px important;
... Qualsevol altre estil d'aquest botó ...
}
O
< input type="submit" value="Internet explorer respects my padding" style="overflow:visible; padding-left:10px !important; padding-right:10px !important;" >;










































