Wednesday, September 10, 2008

checkbox alineados

a veces los checkbox salen desalineados con respecto al texto que se pone al lado... se puede corregir con

bien.input{
padding : 0px;
margin:0px;
}

the images may be corrected with:

> img { vertical-align: middle; }
(http://archivist.incutio.com/viewlist/css-discuss/41951)

No comments:

Post a Comment

cancel script completely on ctrl-c

I found this question interesting: basically how to cancel completely a script and all child processes : You do this by creating a subro...