View Single Post
  #11 (permalink)  
Old 02-25-2004, 02:24 AM
ranjan's Avatar
ranjan ranjan is offline
WebProWorld Pro
 
Join Date: Sep 2003
Location: CA
Posts: 153
ranjan RepRank 0
Default

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.
__________________
ranjan | Macromedia Certified Dreamweaver MX Developer
http://www.dreamlettes.net - a dreamweaver resource
http://www.ranjan.ws - got blog?
http://www.total-impact.com - a web design community
Reply With Quote