Overview
Expressions can produce thousands of unnecessary CSS evaluations.
Expressions can produce thousands of unnecessary CSS evaluations.
CSS expressions (supported in IE beginning with Version 5) are a powerful but dangerous way to dynamically set CSS properties.
These expressions are evaluated frequently: when the page is rendered and resized, when the page is scrolled, and even when the user moves the mouse over the page.
These frequent evaluations degrade the user experience.