RicksAtWork
Programmer
var obj = document.getElementById("div1");
obj.style.backgroundColor = "#FF0000";
This works in al browsers except Safari 1.3.2
Any ideas how to resolve this?
obj.style.backgroundColor = "#FF0000";
This works in al browsers except Safari 1.3.2
Any ideas how to resolve this?