>- see footer for list info -<
surely in this instance flash would be an option... 
  ----- Original Message ----- 
  From: Robertson-Ravo, Neil (RX) 
  To: Coldfusion Development 
  Sent: Friday, December 03, 2004 12:16 PM
  Subject: RE: [CF-Dev] Image Maps


  >- see footer for list info -<
  Don't think it can be done with an imagemap (haven't used one in years)..I
  reckon you will have to use separate images to build up the map using a
  normal table.




  -----Original Message-----
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Paul Swingewood
  Sent: 02 December 2004 20:08
  To: [EMAIL PROTECTED]
  Subject: [CF-Dev] Image Maps

  >- see footer for list info -<
  I have an image which is a map. I want to be able to move the mouse over the

  image and change the colour for different areas of the map that I select. 
  Like a roll over menu. I have created an image map and I want to do all this

  server side so I have on mouseover and on mouse out events.

  The thing is now what do I do in the Javascript to make the image change 
  ...?

  <map name="north">
    <area shape="poly" 
  coords="24,93,24,95,33,120,24,136,35,146,52,153,56,142,75,135,96,129,93,110,
  81,93,73,85,53,81"
  href="LINK HERE"
  onMouseOver="colour()"
  onMouseOut="original()">
  </map>



  <SCRIPT LANGUAGE="javascript">

  function zoomin() {
  COLOUR PICTURE; return true;
  }


  function original() {
  NORMAL PICTURE; return true;
  }

  </SCRIPT>

  Im not sure how to make the are that I rolled over change colour ...


  Regards - Paul


  _______________________________________________

  For details on ALL mailing lists and for joining or leaving lists, go to
  http://list.cfdeveloper.co.uk/mailman/listinfo

  --
  CFDeveloper Sponsors:-
  >- Hosting provided by www.cfmxhosting.co.uk -<
  >- Forum provided by www.fusetalk.com -<
  >- DHTML Menus provided by www.APYCOM.com -<
  >- Lists hosted by www.Gradwell.com -<
  >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<
  This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
  Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
  Registered in England, Number 678540.  It contains information which is
  confidential and may also be privileged.  It is for the exclusive use of the
  intended recipient(s).  If you are not the intended recipient(s) please note
  that any form of distribution, copying or use of this communication or the
  information in it is strictly prohibited and may be unlawful.  If you have
  received this communication in error please return it to the sender or call
  our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
  communication are not necessarily those expressed by Reed Exhibitions.
  Visit our website at http://www.reedexpo.com
  _______________________________________________

  For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

  --
  CFDeveloper Sponsors:-
  >- Hosting provided by www.cfmxhosting.co.uk -<
  >- Forum provided by www.fusetalk.com -<
  >- DHTML Menus provided by www.APYCOM.com -<
  >- Lists hosted by www.Gradwell.com -<
  >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<
_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
>- Hosting provided by www.cfmxhosting.co.uk -<
>- Forum provided by www.fusetalk.com -<
>- DHTML Menus provided by www.APYCOM.com -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<

Reply via email to