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:

    We Americans have the chance to become someday a nation in which all radical stocks and classes can exist in their own selfhoods, but meet on a basis of respect and equality and live together, socially, economically, and politically. We can become a dynamic equilibrium, a harmony of many different elements, in which the whole will be greater than all its parts and greater than any society the world has seen before. It can still happen.
    Shirley Chisholm (b. 1924)

    The reason why men enter into society, is the preservation of their property; and the end why they choose and authorize a legislative, is, that there may be laws made, and rules set, as guards and fences to the properties of all the members of the society: to limit the power, and moderate the dominion, of every part and member of the society.
    John Locke (1632–1704)