Forum Moderators: not2easy
i need a little help with the radiobutton and the label formating by css. how can i get both align?
i put a border around to see the issue.
<No URLs, thanks. See TOS [WebmasterWorld.com] and CSS Forum Charter [WebmasterWorld.com]>
xhtml:
<span class="radio_row">
<input type="radio" class="Radio" /><span class="radio_label">The Lable Text</span>
</span>
css:
.radio_row{
border: 1px solid gray;
}
.radio_label{
border: 1px solid gray;
}
[edited by: SuzyUK at 10:44 am (utc) on Feb. 28, 2005]
code:
<lable class="radio_row"><input type="radio" class="radio_btn" />The Lable Text</label>
<Sorry, no personal URLs.
See Terms of Service [webmasterworld.com]>
[edited by: tedster at 8:52 pm (utc) on Feb. 28, 2005]