Subject:
|
Re: Datsville
|
Newsgroups:
|
lugnet.cad
|
Date:
|
Thu, 9 Sep 1999 02:46:20 GMT
|
Viewed:
|
937 times
|
| |
| |
In lugnet.cad, Bram Lambrecht writes:
> > I'd love to do this! I must confess I have no idea how to do the HTML for
> > this. I've been meaning to ask you how you did it on your page with the
> > space, air, land, sea links.
>
> That's just clever use of background images :)
> If you want an example of an image map, take a look at the source of my main
> LEGO page:
> http://chuh.org/Students/Bram-Lambrecht/LEGO/
> maps are used for the webring links. Basically, you just need to define the
> pixel coordinates of the link areas.
> --Bram
Well, I took a shot at this (based on your example), but it doesn't seem to be
working. Does the image have to be part of a table definition?
Here's the code I included (it drew the image but there were no links):
<MAP NAME="dats98">
<AREA SHAPE="rect" COORDS="95,345,221,407"
HREF="http://www.lugnet.com/cad/dat/models/?n=355" TARGET="_new"
onMouseOver="self.status='Martin Svensson: Post Office'; return true"
onMouseOut="self.status=''; return true">
--snip lots of AREA SHAPEs--
</MAP>
<IMG SRC="town4.jpg" BORDER=0 USEMAP="dats98"><BR>
Thanks for any help,
-John Van
|
|
Message has 1 Reply: | | Re: Datsville
|
| [ XFUT lugnet.publish ] John VanZwieten: (...) [ ... ] Your code works fine (at least in MSIE-4.5-Mac). If you think you have made some mistakes, it is always a good idea to check the page with <URL:(URL). Play well, Jacob ---...--- -- E-mail: (...) (25 years ago, 9-Sep-99, to lugnet.cad, lugnet.publish)
|
Message is in Reply To:
| | Re: Datsville
|
| (...) That's just clever use of background images :) If you want an example of an image map, take a look at the source of my main LEGO page: (URL) are used for the webring links. Basically, you just need to define the pixel coordinates of the link (...) (25 years ago, 3-Sep-99, to lugnet.cad)
|
73 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|