[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [APML] Using two images in one frame
Thanks Bert,
I will give it a try today. Iīll let you know....
Volker
www.spiegelteam.de
> Hi Volker:
> Below is the code that works for me on
> http://www.astronomy-images.com/images/Solarsystem/five-planet-line.htm
> Just substitute the appropriate names of your jpg files for my
> "Planets...." and make sure the files are accessible to the code (ie, in
the
> same directory with the .htm page or with a full path description. Put the
> code in the page description where an ordinary image call-out ("<IMG
> SRC.....") would be.
> Pretty cool stuff!
>
> <!-----------mouse-over code------------------>
> <a href="#"
> onMouseOver="if (document.images)
> document.imagename1.src='Planets2.labels.jpg';"
> onMouseOut="if (document.images)
> document.imagename1.src='Planets2.jpg';"
> ONCLICK="return false;">
> <IMG SRC="Planets2.jpg" name="imagename1" ALT="" BORDER="1" width="431"
> height="550">
> </a>
> <!----------------end of mouse-over code------------>
>
> Hope it works for you!
> Bert
>
> Bert Katzung
> katzung1@attbi.com
> www.astronomy-images.com
>
>
> ----- Original Message -----
> From: "Volker Wendel" <volker@spiegelteam.de>
> To: <astro-photo@seds.org>
> Sent: Saturday, April 27, 2002 12:49 PM
> Subject: [APML] Using two images in one frame
>
>
> Hi all,
>
> can someone tell me in simple words or steps, how I can use two different
> images changing in one frame with the "mouse over" command in my webpage?
>
> I have no knowledge about "html", I used Frontpage 98 for my webpage by
> "plug&play" <g>.
>
> I was inspired by Matt BenDanielīs and Mike Cookīs pages and it is
> interesting to show some objects with different magnifications when moving
> the mouse over an image.
>
> I looked at the source text of Mattīs M5 image and copied it into FP, but
> was not able to get any result.
>
> Any hints for me?
>
> Thanks,
> Volker
>
> Volker Wendel
> www.spiegelteam.de
> volker@spiegelteam.de
>
>
> -- APML Archives at <http://astro.umsystem.edu/apml/> ---
> Unsubscribe at <majordomo@seds.org>
>
>
>
> -- APML Archives at <http://astro.umsystem.edu/apml/> ---
> Unsubscribe at <majordomo@seds.org>
-- APML Archives at <http://astro.umsystem.edu/apml/> ---
Unsubscribe at <majordomo@seds.org>