visitangelescity
New Member
\[code\]1) #divID input[type='text'] { height:30px; }2) #divID .ClassName { height:40px; }\[/code\]For a text box in a div, I have the above styles defined. 2 is more specific than 1, but the rendered height is 30px. How does it work?