i was wondering if there is any way to assign actions to the events in a style sheet. here is the situation, i have a page of thumbnails, and when user is over pic, i want window.status to be set to 'maximize', and when user gets off of pic, want it to go back to ''. i would love to do this without putting the tags in each a href tag, save a bunch of time
Code:
<a href="javascript:void(0)" onmouseover="window.status='Maximize'; return true; " onmouseout="window.status=''; return true;" onclick="openwind('pics/large/group.jpg',768,576)">