|
Posted by mbstevens on 11/20/21 11:56
On Fri, 25 Aug 2006 20:48:59 +0000, mbstevens wrote:
> On Fri, 25 Aug 2006 13:15:36 -0700,
> City Dweller wrote:
>
>> h1#jo { color: red }
>
> ...instead of
>
> h1 #jo{ color:red }
>
> ...which ought to make a difference.
To clarify --
In contextual selectors, the individual selectors are separated
by white space.
Or, the intent might have been a grouped element selector?
h1, #jo{ color:red }
Navigation:
[Reply to this message]
|