css floating 2 inputfields in a form
问题 i have the following problem understanding css. i have a registration form. in that form i use a fieldset. now i would like to position two input fields beside for each row. there also should be a lable for each field above. so what i like to achieve is that: label 1 label 2 _______________ _______________ (_______________) (_______________) label 3 label 4 _______________ _______________ (_______________) (_______________) i`m new to css and have some problems understanding float & clear. up