Can somebody explain to me what is this:
*+html .Selector1 .Selector2,
*+html .Selector3 .Selector4
{
background-image: url('anImage.gif');
}
what does the "*+html" symbol means? Also why is there a comma in the
first line? I mean, would it be the same if we write:
*+html .Selector1 .Selector2 .Selector3 .Selector4
{
background-image: url('anImage.gif');
}
--
--
You received this because you are subscribed to the "Design the Web with CSS"
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]