On 13/08/2009, at 10:47 PM, bharani kumar wrote: > what is the use of imortant ...........in CSS
Important is used to over-ride the CSS cascade and ensure that a rule is applied. It can be useful in some circumstances. All I'm suggesting is that it is a good rule of thumb for beginner/intermediate CSS developers that if they find themselves using 'important' that it is a good sign that the CSS could be rethought/simplified. http://www.w3.org/TR/CSS2/cascade.html#important-rules Please bottom post. i.e. write your reply below quoted content. ______________________________________________________________________ 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/
