CSS rollover
CSS rollover
Out of context: Reply #1
- Started
- Last post
- 10 Responses
- ********0
li:hover {background-color: #02F;} ?
its the :hover psuedo-class that you're looking for i would assume.. or use javascript
li:hover {background-color: #02F;} ?
its the :hover psuedo-class that you're looking for i would assume.. or use javascript