Redirect: Re: sigh...trouble with mouseover graphics...again..

by Deborah Adelman <dadelman(at)q-com.com>

 Date:  Sun, 15 Feb 1998 20:28:35 -0600
 To:  hwg-graphics(at)hwg.org
  todo: View Thread, Original
	   ***Do not respond to this on the list, please.***

Shalom, again, guys,

As you know, I am Deborah Adelman, the list guide on duty today, for 
-graphics. I need to tell you that discussion of JavaScript is generally
off-topic for the -graphics list. Only in cases where the scripting is
being used specifically in relation to web graphics is it on topic for this
list.  Discussion of JavaScript coding, associated coding problems, browser
recognition, etc., are not within the -graphics' charter. Please do not
post any responses to this thread. 

Continuation of this thread should take place via private e-mail or on
the -languages list. The -graphics list is intended for discussion of
graphics creation and the associated applications and hardware used in the
process.  The full charter is available at:

http://hwg.org/lists/hwg-graphics/index.html.

The Guild mailing lists, in most cases, are topic area specific & we'd
appreciate your assistance in keeping our lists on target for their
charters.  Details on the charters for all active lists can be found at:

http://hwg.org/lists/mailinglists.html#active.

Consultation of these charters when posting is appreciated.

This thread is being redirect to -languages where discussion of
programming and scripting lanagues are on topic. If you wish to
continue this discussion, please do so on that list.  Subscription
information for -languages can be found at:

http://hwg.org/lists/hwg-languages/index.html#1

Thank you.

Deborah S. Adelman
List Guide, -graphics


*****************************************************

>X-Authentication-Warning: mail.hwg.org: Host root@[205.160.97.3] claimed
to be ais.ais-gwd.com
>X-Sender: brianj(at)ais.ais-gwd.com
>X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32)
>Date: Sun, 15 Feb 1998 16:54:39 -0500
>To: <hwg-graphics(at)mail.hwg.org>
>From: f u s i o n <brianj(at)ais.ais-gwd.com>
>Subject: Re: sigh...trouble with mouseover graphics...again..
>Sender: owner-hwg-graphics(at)hwg.org
>
>cate stuart wrote:
>>hi all,
>>sorry if this is a retroubleshoot, but....
>>mouseover graphic problem.
>>i have a graphic up at this page
>>
>>http://www.newmusic.com/plan9/test
>------------------
>
>Hi Cate,
>
>You have real problems with your code, but for now all you need to fix the
>code would be to CORRECTLY name your images.
>
>For image number 1 you have:
>
><A HREF="local.html"
>onMouseOver = "imgOn('img1')"
>onMouseOut = "imgOff('img1')">
><IMG SRC="local2.jpg"
>WIDTH="83" HEIGHT="150" 
>BORDER = "0" NAME = "the talent!"></A>
>
>
>
>This won't work. The image NAME attribute has a special purpose here.
>Simply naming it "The Talent!" won't work.
>This shouldn't be used to replace the alt attribute.
>
>You must name your images according to the javascript functions.
>
>Example:
>
>if your first image reads:
>
>onMouseOver = "imgOn('img1')"
>onMouseOut = "imgOff('img1')"
>
>(which it does)
>
>Give your first image the NAME="img1" so that the codes correctly reads:
>
><A HREF="local.html"
>onMouseOver = "imgOn('img1')"
>onMouseOut = "imgOff('img1')">
><IMG SRC="local2.jpg"
>WIDTH="83" HEIGHT="150" 
>BORDER = "0" NAME = "img1"></A>
>
>This will allow the javascript to "know where to get the first image"
>This is why you are getting errors that say:
>
>"Images is not defined"
>
>Be sure to name your images like I did above and you will be fine.
>for example:
>
>first rollover is NAME="img1"
>second rollover is NAME="img2"
>third rollover is NAME="img3"
>
>and so on....
>
>
>That should be all you need to make the script work.
>Let me know if it fixed it.
>
>Everyone who has ever tried rollovers, almost 100% of the time, makes that
>error. I still forget to name my images :)
>
>P.S. Look at the source of your page in netscape and you'll see the
>blinking errors in blue. You might need to fix that.
>
>regards,
>
>b.j.
>
>
>"Experience is a hard teacher
>because she gives the test first, 
>the lesson afterward." 
>
>
>brian j. | fusion web design
>freelance graphic designer/web developer
>fusion(at)greenwood.net
><http://www.ais-gwd.com/~fusion>
>[i.c.q. 1057986]
>
>

HWG: hwg-graphics mailing list archives, maintained by Webmasters @ IWA