Chanie
06-19-2003, 10:21 AM
How can I use javascript to change an object's CSS class ?
i.e. how to call the object's class property.
Is that something like this :
document.table.td['3'].class = css_stype1;
I would like to know the exactly calling syntax.
Is there any webpage or reference shows a list of all html objects's calling syntax ?
i.e. how to call the object's class property.
Is that something like this :
document.table.td['3'].class = css_stype1;
I would like to know the exactly calling syntax.
Is there any webpage or reference shows a list of all html objects's calling syntax ?