Complicated CSS swap
Complicated CSS swap
Out of context: Reply #9
- Started
- Last post
- 23 Responses
- rafalski0
something in the lines of..
document.getElementsByClassName... = function() {this.style.backgroundImage = "blah.jpg"}
or simpler inline, as a tag parameter:
onmouseover="this.style.backgrou...
My syntax might be flawed, but I meant well :)