Quote:
|
How about an empty absolutely positioned box over top that shows a line onMouseover and the text underneath shows a color change.
|
Yes When you mouse over the link, The positioned div appears on it. (A show div script.) As soon as the div appears, it will be over the link, so you mouse has actually moused out of the link and moused over the div (even if its pixel position hasn't changed). So now you have to have a function to change the style of the link to hover state when mouse is over the div.
When you mouse out the div, you have to reset the link to its original state and hide the div itself.
Too much scripting for a tiny little task. Like I said it can be done, but its not worth doing it.