Expression

Created: 28 August 2009  Modified:

Originally published on chrislynch.info website.

Expressions allow javascript to be placed in the style sheet.

Example:

.internetexplorercontent {
  position: absolute;
  top: expression((offsetParent.scrollTop + 10) + 'px');
}
tags: blog - old blog - Cascading Style Sheets - CSS
   Memory is Fleeting