[thelist] quick css selector question

Steve Clason steve at clason.org
Sun Nov 3 16:18:01 CST 2002


> What is the syntax to have all tables which are inside
> class .foo do
> something, while not affecting other tables?

.foo table{do: something}

You might need to explcitely style table elements as well, like
.foo td{do:something}, but it depends on what you're styling.

Steve Clason




More information about the thelist mailing list