Jaime Wong wrote:
Dreamweaver' common set of JS for rollover images are using 'onmouseover' i
e. MM_swapImage JS.


I wanted to make it more accessible by using 'onfocus=' but I do not know
how to work around it so that the JS will work.

[insert rant about DW's javascript here]


DW puts the onmouseover="" straight into the html, right?
Then this is what you've got:
  onmouseover="a" onmouseout="b"
This is what you need to add:
  onfocus="same as a" onblur="same as b"

I guess that should work.


--
Kristof
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************




Reply via email to