CSS and JavaScript
CSS and JavaScript
Out of context: Reply #8
- Started
- Last post
- 11 Responses
- spiralstarez0
it shouldn't be too hard in js:
something like:
function roll {
this.className = 'newClass';
}function rollOut {
this.className = 'originalClass'
}that's in its simplest. Then you can just put onMouseOver and onMouseOut as attributes to those functions in your markup