I have surf throught many site and found this...
[HTML]http://www.adobe.com/go/gn_home[/HTML]
how to change an element attribute to other class attribute...
I wonder......can we change class attribute to something else..
i need to change class that have[CODE].DisplayBlock {
display : block;
}
CODE] to
by vbscript or javascript for some function that i need
[HTML]http://www.adobe.com/go/gn_home[/HTML]
how to change an element attribute to other class attribute...
I wonder......can we change class attribute to something else..
i need to change class that have[CODE].DisplayBlock {
display : block;
}
CODE] to
Code:
.DisplayNone {
display: none;
}
Comment