hi

does anyone know how to apply !important globally to all properties of an 
element? the standard usage is:
a.myclass {
    color:blue !important;
    width:5em  !important;
}

can i do something like this?:
a.myclass !important {
    color:blue;
    width:5em;
}

thanks
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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