CSS and JavaScript
CSS and JavaScript
Out of context: Reply #3
- Started
- Last post
- 11 Responses
- heavyt0
i recommend that you use JS to change the class name, rather than dealign with defining the properties themselves.
onmouseover{this.className += ' active';}or somethign similar to that. Then on mouseout, remove that class name.
TR1