Re: cancelling css on a tag

by "Tim Rivera" <lists(at)timrivera.com>

 Date:  Wed, 29 Oct 2003 17:17:18 -0500
 To:  <hwg-techniques(at)hwg.org>,
"Nate Harel" <nharel(at)nettech-services.net>
 References:  services
  todo: View Thread, Original
> I want to turn off the CSS definition for one particular place.
> Without redefining or setting another style for only that one
> piece, how can I do this?

To answer you question, you can't. In order to change the styling, you
would have to overwrite the current style. If this is for just a
section on a page, enclose this section with a DIV, or give the class
to the containing element.

p {
    font-family: Georgia;
    color: orange;
    }

div.section p {
    font-family: serif;
    color: black;
    }


Tim

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA