I'm looking for a way to do:
function resetBorder(the Obj) {
theObj.style.bo rder = theObj.class.bo rder;
}
But it doesn't seem to be as simple as that :)
I'd like a cross-browser solution, but will settle for IE.
Love some help!
Cheers
Rick
function resetBorder(the Obj) {
theObj.style.bo rder = theObj.class.bo rder;
}
But it doesn't seem to be as simple as that :)
I'd like a cross-browser solution, but will settle for IE.
Love some help!
Cheers
Rick
Comment