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 > but not sure if it is stable enough for projects. > > > > With Regards > Jaime 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 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: url(yourimageslocation/btn_offState.gif) no-repeat top left > } > > and change the background image > > -----Original Message----- > From: Jaime Wong [mailto:[EMAIL PROTECTED] > Sent: Sunday, April 18, 2004 8:59 PM > To: WSG - CSS List > Subject: [WSG] Making Dreamweaver's Rollover JS accessible > > > 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. > > Does anyone know where I could get some resources on this? > > > With Regards > Jaime Wong > ~~~~~~~~~~~~~~~~~~~~~~~~~~ > SODesires Design Team > http://www.sodesires.com > ~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > ***************************************************** > The discussion list for http://webstandardsgroup.org/ > See http://webstandardsgroup.org/mail/guidelines.cfm > for some hints on posting to the list & getting help > ***************************************************** > > > > > > ***************************************************** > The discussion list for http://webstandardsgroup.org/ > See http://webstandardsgroup.org/mail/guidelines.cfm > for some hints on posting to the list & getting help > ***************************************************** > . > Benjamin Life through a polaroid www.lifethroughapolaroid.com ***************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help *****************************************************
