POV-Ray : Newsgroups : povray.general : Linked POV-museum page is up and a java question : Re: Linked POV-museum page is up and a java question Server Time
10 Aug 2024 15:20:01 EDT (-0400)
  Re: Linked POV-museum page is up and a java question  
From: David Fontaine
Date: 28 Jan 2000 14:46:29
Message: <3891EF44.4EA3F59D@faricy.net>
> No Java or JavaScript (two entirely different things) needed. Just use
> an imagemap. It should work one way or another in most every browser.
> It's even in the official 3.2 specs, so it's very safe to use.
>
> Here's a quick example:
>
> <HTML>
> <HEAD>
> <TITLE>Imagemap test</TITLE>
> </HEAD>
> <BODY>
>
> <H1>Imagemap test</H1>
>
> <IMG SRC="colors.png" USEMAP="#basemap">
>
> <P>That was a simple imagemap with one hot area</P>
>
> <MAP NAME="basemap">
> <AREA SHAPE=rect HREF="joncruz.html" COORDS="0,0, 100,200" ALT="Jon A.
> Cruz">
> <AREA SHAPE=rect HREF="someSubDirectory/" COORDS="110,0, 200,200"
> ALT="Mystery Artist">
> </MAP>
>
> </BODY>
> </HTML>

But Netscape doesn't show the tooltips.

--
Homepage: http://www.faricy.net/~davidf/
___     ______________________________
 | \     |_       <dav### [at] faricynet>
 |_/avid |ontaine      <ICQ 55354965>


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.