CSS Hover Question
CSS Hover Question
Out of context: Reply #10
- Started
- Last post
- 15 Responses
- TResudek0
Use jQuery - Very simple. You will give the body of text an ID and link an ID. using the jQuery functions you will say 'onmouseover of link, fade in text.' 'on mouseout fade out'.
If you've ever used jQuery it'll take about ten minutes to set up. If not, its a good time to start using it and this will be a nice lesson.