CSS onmouseover Border
CSS onmouseover Border
Out of context: Reply #4
- Started
- Last post
- 4 Responses
- betatester0
make 2 css styles:
mouseout (the original color)
mouseover (when, kmon, user mouse over it. make sure it has "hand" cursor properties)then, on td, tr or table, use:
class="mouseout" onClick="window.location='#'" onMouseOver="this.className='mou... " onMouseOut="this.className='mous... out'"