jimmyshoes
Programmer
Just wanted to check the following
If I wish to set a <div> of class 'label' to a certain width
is the following correct and reliable. I am unsure about mixing different selectors and if this is advisable in terms of compatibility with different browsers
#main .generalForm div .label { width:30px }
If I wish to set a <div> of class 'label' to a certain width
is the following correct and reliable. I am unsure about mixing different selectors and if this is advisable in terms of compatibility with different browsers
#main .generalForm div .label { width:30px }