-
January 29th 2008
Howto: Apply CSS to non-standard elements in IE
Btw, if you want CSS rules to apply to unknown elements in IE, you just have to do
document.createElement(elementName). This somehow lets the CSS engine know that elements with that name exist.Discovered by Sjoerd Visscher. [via Ian Hickson]