document.recalc()

Calling document.recalc() after you have made changes to the DOM will refresh the IE7 style rules. You must include the module ie7-recalc.js for this to work.


Refresh CSS Rules

Add more list items and maintain the last-child selector.


Refresh HTML Elements

New HTML elements are fixed after they are created.


Recalculate Style Properties

Calculated properties (e.g. width) are maintained as new content is created.


back