IE6 doesn't know the + operator, whereas your first-child method should work
in it. I can't test that reliably on my Mac though.
p {text-indent:2em}
> p:first-child{text-indent:0}
>
> The CSS in the fancy-type plugin for accomplishing the same is
>
> p + p { text-indent:2em}
>
> Is there any practical difference? What's considered to be the better
> practice. Is one more likely to break a browser?
>
--
Goulven Champenois
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Blueprint CSS" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/blueprintcss?hl=en
-~----------~----~----~----~------~----~------~--~---