CSS Filter - Dynamic Properties

Dynamic Properties

Between versions 5 and 7, Internet Explorer has supported a proprietary syntax for applying CSS properties which change dynamically, sometimes referred to as CSS expressions. Dynamic properties are typically combined with other hacks to compensate for unsupported properties in older versions of Internet Explorer.

div { min-height: 300px; /* simulates min-height in IE6 */ _height: expression(document.body.clientHeight < 300 ? "300px" : "auto"); }

Read more about this topic:  CSS Filter

Famous quotes containing the words dynamic and/or properties:

    Imagination is always the fabric of social life and the dynamic of history. The influence of real needs and compulsions, of real interests and materials, is indirect because the crowd is never conscious of it.
    Simone Weil (1909–1943)

    A drop of water has the properties of the sea, but cannot exhibit a storm. There is beauty of a concert, as well as of a flute; strength of a host, as well as of a hero.
    Ralph Waldo Emerson (1803–1882)