it is very easy to do with css.
onMouseOver="this.className='yourClass';" onMouseOut="this.className='anotherClass'"
The mouseOut class should equal the idle class which should be stated like this
class="anotherClass"
it is very easy to do with css.
onMouseOver="this.className='yourClass';" onMouseOut="this.className='anotherClass'"
The mouseOut class should equal the idle class which should be stated like this
class="anotherClass"
:: Copyright KIRUPA 2024 //--