I have achieved to do this (a form layout) …
form layout http://www.stan.com.mx/images/CSSDoubt1.gif
… with the next CSS …
label {
clear:left;
float:left;
margin-right:10px;
text-align:right;
width:100px;
}
input {
float:left;
}
But I was trying to do this other thing without success …
form layout http://www.stan.com.mx/images/CSSDoubt2.gif
It’s like a subform with the same layout in place of an input.
There is a solution for this?
What about this?