Apply CSS rules to unknown elements in IE
Sam Ruby: Best Standards Support 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.
2 other people have commented on this bookmark
| Name | Title | Rating | When | |
|---|---|---|---|---|
| Daniel | Best Standards Support |
Not rated yet.
|
January 22, 2008 | |
| JJ | Sam Ruby: Best Standards Support |
Not rated yet.
|
January 22, 2008 |
