Accessibility issue: Mouseover effect of image.
-
Hi, There is a rule/checkpoint in Accessibility which says that a Web page should work even when Javascript is disabled. Currently the MouseOver effect functionality in a Web page is achieved by using "onMouseOver && onMouseOut" in javascript. Is there a way in which MouseOver && MouseOut functionality can be provided without using Javascript? Please let me know. Thanks in advance Narendra
-
Hi, There is a rule/checkpoint in Accessibility which says that a Web page should work even when Javascript is disabled. Currently the MouseOver effect functionality in a Web page is achieved by using "onMouseOver && onMouseOut" in javascript. Is there a way in which MouseOver && MouseOut functionality can be provided without using Javascript? Please let me know. Thanks in advance Narendra
What does the mouseover/mouseout achieve? If it is merely changing colors/layout then you could use CSS with a "hover" selector. If it is context-help, then you could make links beside every rollover place where the user could get the same information.
Kind regards - Jakob :cool: ********************************************* Three kinds of people in the world: - Those who can count.. - Those who can't! 10 kinds of people in the world: - Those who understand binary - Those who don't