inputEx - Styling Labels
Styling the labels
Let's place the labels on top of the fields
User Informations
A select
One
Two
Three
StringField
Happy to be there ?
Website
Radio
Ajaxian
YUI blog
other
Comments
1
#sampleGroup div.inputEx-label {
2
float
:none;
3
text-align: left;
4
}
view plain
|
print
|
?
#sampleGroup div.inputEx-label { float:none; text-align: left; }