On 13/08/2009, at 3:02 PM, bharani kumar wrote: > I find some one using > > height:120px; !important for IE fix > > > Am used this fix , but no positive output , > > Can u tell me , its really works or not....
Try putting !important before the semi-colon. I would suggest that 'important' should be used as a last resort and that if you find yourself using it that it's a good sign that you need to have a rethink about how the page is being styled and the specificity of your selectors. ______________________________________________________________________ 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/
