If the value is set to \"\", it just falls back to the css file the class is associated to!
If the class is:.test{
display:block;
}
And later one uses object.style.display="" with javascript, then the css display property switches back to block.
Comments
Post a Comment