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