Quick question:
IE6 doesn't support adjacent sibling selectors, correct?
For example, input + label to apply special style to labels following an input (checkboxes & radio buttons)
My problem is: I have float: left for normal labels (in front of input type=text etc), but I want float: none if the label is on the right side of the input.
Works in Mozilla of course, but not in IE![]()




.


Bookmarks