hi all,
when nesting css selectors, which of the following is the proper syntax...
are no spaces between nested selectors valid
div.class3, #id1#id2, .class1#id3, #id4.class2 {}
or does there always have to be a space between nested selectors...
div .class3, .class4 div, #id1 #id2, .class1 #id3, #id4 .class2 {}