Kevin Graeme:
> Can I write a selector for a parent object of a tag with a class?

I don't think so.

> Along with this, is it possible to select a tag with any class? I want to
> write "p.*"  to select any paragraph with a a class assigned, but that
> doesn't work.

p[class] should work in browsers with good CSS support. So if you care about IE, it is not possible.

Jochem
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to