Brian Wilson's Index Dot CSS at
<http://www.blooberry.c om/indexdot/css/supportkey/syntax.htm> says
that no version of MSIE supports adjacent sibling selectors, such as
p+p.
Is that actually true?
I use p+p pretty extensively, because I like the first paragraph of
a group to be flush left and with a top margin, while later
paragraphs in a group are indented and have a zero top margin.
Example:
Under "Sample Size" the first three paragraphs should be grouped as
described above (and they are, in Mozilla and Opera).
--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
<http://www.blooberry.c om/indexdot/css/supportkey/syntax.htm> says
that no version of MSIE supports adjacent sibling selectors, such as
p+p.
Is that actually true?
I use p+p pretty extensively, because I like the first paragraph of
a group to be flush left and with a top margin, while later
paragraphs in a group are indented and have a zero top margin.
Example:
Under "Sample Size" the first three paragraphs should be grouped as
described above (and they are, in Mozilla and Opera).
--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Comment