|
Posted by Neredbojias on 04/04/06 06:40
To further the education of mankind, "Rod" <knightraveler@yahoo.com>
declaimed:
>> Change this:
>> <td><a href="home.htm" onMouseOut="MM_swapImgRestore()"
>> onMouseOver=....
>>
>> To this:
>> <td><a href="home.htm" onMouseOut="MM_swapImgRestore()"
>> onMouseUp="this.blur()" onMouseOver=....
>>
>> Usability purists might sqwack, but since you have only one link...
> Thanks! Thanks!
> May I ask why usability purists will squawk at this? We aren't
> breaking an ancient Masonic code here, are we?
> Thanks again,
> Rod
Because it destroys the normal tabbing-order position of items that is
usually retained between link accesses and allows users a means to return
to their place in the queue. It's an accessibility issue which you may see
in action, depending on your browser, etc., by using keyboard instead of
mouse navigation.
Btw, you can thank me by replying below the quoted text from now on.
--
Neredbojias
Infinity can have limits.
Navigation:
[Reply to this message]
|