hi

On 9/10/07, Paul Hanson <[EMAIL PROTECTED]> wrote:
> Does anyone on this list define <DT> and <DD> tags in their CSS? I am
> trying to make this work and I'm having a tough go at it.

you might try using a more complete selector.

instead of something like this:
dt { color: green; }

try this:
dl dt { color: green; }

good luck!

-- 
\js  [ http://or8.net/~johns/ ]
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to