I am looking to recreate the on mouseover action to change the status bar text in a CSS.
Previously would use but do not want to replicate for all potential links
Is there a way to do this in a CSS a:hover ?
Previously would use but do not want to replicate for all potential links
Code:
onMouseover="window.status='Whatever I want'; return true"