CSS3 Tests: ~ Selector
This is a test of the new ~ selector.
Sequel to +
The CSS3 ~ Selector is the supplement to the CSS2 + selector. It is used to select an element with another element as its previous sibling.
Example
Your browser does not support ~.
Your browser supports ~.
Results
A reader told me that Mozilla 1.7 a supports this. I think it's the only browser to do so.