I'm having a mare trying to get a fieldset label to line up.
I want to have two fields and labels on the same line, however I have found I cannot get the label width set unless I apply float:left to them, otherwise any width attribute seems to be ignored.
BUT , if you apply float:left to the label then they don't stay side by side any more and each label seems to start on a new line, even though then the input field is still on the line above it seems just the label starts a new line?
this is not how float would normally work, why is it doing this to the label and why can I not apply a width to the label without applying a float?
thanks,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
I want to have two fields and labels on the same line, however I have found I cannot get the label width set unless I apply float:left to them, otherwise any width attribute seems to be ignored.
BUT , if you apply float:left to the label then they don't stay side by side any more and each label seems to start on a new line, even though then the input field is still on the line above it seems just the label starts a new line?
this is not how float would normally work, why is it doing this to the label and why can I not apply a width to the label without applying a float?
thanks,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.