Posted by Dylan Parry on 08/21/06 15:41
Steve Kostecke wrote:
> Why is it I cannot have #content.item { ... }
You just need to insert a space in there in order for it to work as you
intended it to.
#content .item { ... }
This means any elements of class "item" contained within the element of
ID "content", which is what I presume you were trying to achieve?
--
Dylan Parry - http://webpageworkshop.co.uk
Programming, n: A pastime similar to banging one's head
against a wall, but with fewer opportunities for reward.
[Back to original message]
|