Re: [WSG] Making Dreamweaver's Rollover JS accessible

2004-04-18 Thread Kristof Neirynck
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

RE: [WSG] Making Dreamweaver's Rollover JS accessible

2004-04-18 Thread Benjamin
The only way I can think of doing it off the top of my head is to use some ecma and css onfocus=this.className=onState onblur=this.className=offState .onState{ background: url(yourimageslocation/btn_onState.gif) no-repeat top left } .offState{ background:

Re: [WSG] Making Dreamweaver's Rollover JS accessible

2004-04-18 Thread Jaime Wong
Src=x.src; x.src="">} With Regards Jaime Wong ~~ SODesires Design Team http://www.sodesires.com ~~ ---Original Message--- From: [EMAIL PROTECTED] Date: 04/18/04 22:04:18 To: [EMAIL PROTECTED] Subject: Re: [WSG] Ma

Re: [WSG] Making Dreamweaver's Rollover JS accessible

2004-04-18 Thread Kristof Neirynck
Jaime Wong wrote: Hi Kristof I tried doing that in the html but the JS fails to work. I think I need to change the JS itself but I do not know how to. These are the common image JS DW which I have in my JS file. Odd, I just tried it in my copy of DW and it worked. Are you shure you're not

RE: [WSG] Making Dreamweaver's Rollover JS accessible

2004-04-18 Thread Benjamin
Wong ~~ SODesires Design Team http://www.sodesires.com ~~ ---Original Message--- From: [EMAIL PROTECTED] Date: 04/18/04 22:07:19 To: [EMAIL PROTECTED] Subject: RE: [WSG] Making Dreamweaver's Rollover JS accessible The only way I

RE: [WSG] Making Dreamweaver's Rollover JS accessible

2004-04-18 Thread Jaime Wong
:44:14 To: [EMAIL PROTECTED] Subject: RE: [WSG] Making Dreamweaver's Rollover JS accessible Heya Jaime, define multi rollovers? Benjamin Hi Benjamin What is ecma? Can what you proposed be used for multi-rollovers? I could use Meyer's http://www.meyerweb.com/eric/css/edge/popups/demo2.html

Re: [WSG] Making Dreamweaver's Rollover JS accessible

2004-04-18 Thread Jaime Wong
PROTECTED] Date: 04/19/04 04:24:10 To: [EMAIL PROTECTED] Subject: Re: [WSG] Making Dreamweaver's Rollover JS accessible Jaime Wong wrote: Hi Kristof I tried doing that in the html but the JS fails to work. I think I need to change the JS itself but I do not know how to. These are the common image

Re: [WSG] Making Dreamweaver's Rollover JS accessible

2004-04-18 Thread Nick Lo
What is ecma? Standards organisation: http://www.ecma-international.org/ of which... http://www.ecma-international.org/publications/standards/Ecma-262.htm ...is the standard for ECMAScript scripting language which is essentially javascript standardised. Flash's actionscript is also based on