johny why wrote:

http://www.javascriptkit.com/dhtmltutors/csshacks3.shtml

when would you ever use characters AFTER !important?

As the "unrecommended hacks" page says: if one wants to make a
property/value work in IE7 and below only.

The proper syntax followed by the improper syntax will then be:

h1 { height: 35px !important;  height: 25px !important!; }

...and only IE7 and below will apply the 'height: 25px' styles.

The example is _as presented_ in that page, and, unfortunately, some use
that and other invalid CSS constructions in all sorts of strange and
mostly nonsensical ways - quite often for no good reason at all other
than that they have picked them up somewhere and don't know any better.

Further comments...
<http://www.gunlaug.no/contents/wd_additions_42.html>
...especially the *not for serious use* part.

regards
        Georg
--
http://www.gunlaug.no
______________________________________________________________________
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