Originally Posted by HeartWare
Is it possible to have the "50" part of the "50%" be a parameter in the <div> tag, or should I simply define
.image50 {width:50%; float:left}
.image33 {width:33%; float:left}
and then just use the appropriate class in the <div> tag?
|