Hey guys-
I can't seem to do this. Everything I try fails.
I have the ID of the Div... and I create controls dynamically within that div. I want to change the styles of those elements within the div.
How can I do this?
I've tried: var children = document.getElementById('id').getChildren();
but it fails saying getChildren() is not a function.
.childNodes also fails. I just don't get it.
Please help?
THanks
I can't seem to do this. Everything I try fails.
I have the ID of the Div... and I create controls dynamically within that div. I want to change the styles of those elements within the div.
How can I do this?
I've tried: var children = document.getElementById('id').getChildren();
but it fails saying getChildren() is not a function.
.childNodes also fails. I just don't get it.
Please help?
THanks