Henri Sivonen wrote:
| 
| In article <[EMAIL PROTECTED]>, fantasai
| <[EMAIL PROTECTED]> wrote:
| 
| > I think bright borders and coloring are a bit strong for
| > just a "note". I usually style a "note" with italics.
| > Maybe rename the class "important"?
| 
| I agree that "note" might be too mild. (Are there broken
| browsers that confuse ".important" and "!important"?)

I doubt it. Syntax for !important rules is

selector {
        property: value !important;
}

It's a bit of a stretch to mix that with

.important {
        property: value;
}

Reply via email to