What does this css declaration mean - two declarations at once

bjland5

New Member
Can you please explain me this kind of css declaration:\[code\].menu_blueSkin_Middle.dir_left div.align_left {float: left; }\[/code\]As far as i know if you have .someName{} it means that this is put in the html element class attribute. For example:\[code\] <div class='someName'></div>.\[/code\]But the example that brings the question has two dots. One in the begining and one in the middle. Then there is space and another declaration div.align_left?Please give me some explanation!
 
Back
Top