change css using javascript
Web Development
2
Posts
2
Posters
0
Views
1
Watching
-
how do i change page css using java script
-
how do i change page css using java script
there aren't like 300k+ results on this matter ... however
[content]
var theObj = document.getElementById("myDiv"); theObj.style.[color/backgroundColor/etc] = "whatever value you want to assign"; Code? Yeah i love it fried together with a glass of wine. modified on Tuesday, November 18, 2008 5:58 AM