CSS styles doesn't work on dynamically created elements in IE
posted in /home/JavaScript on 2010-12-28 |
Again, IE proves that is full with bugs. Simple but effective solution.
If you have the following code:
change it to:
.className property also works in FF, Opera and Safari.
If you have the following code:
change it to:
.className property also works in FF, Opera and Safari.
Delicious