Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-08-2011, 06:58 PM   PM User | #1
beazley66
New to the CF scene

 
Join Date: Apr 2011
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
beazley66 is an unknown quantity at this point
onmouseover event over a hotspot

Hi,

I have a page which has a series of hotspots mapped on an image. I was hoping to be able to apply a onmouseover event to show an different image hovering over the background.

This is the link to the page
http://cameronbrett.ehclients.com/index.php/2011/sites

As an example, this is a code snippet identifying the hotspot for "ideas1"

[code]<area shape="rect"
coords="70,70,135,136"
onmouseover="showPic(this.href)" href="http://cameronbrett.ehclients.com/images/ideas/ideas1.jpg"
title="ideas1"
alt="alternate text"/>[code]

I have researched as much as I can, and haven't been able to find an applicable solution. Can anyone help?

Again, I am a complete rookie at this so pardon my inefficiencies and errors.

Many thanks in advance
beazley66 is offline   Reply With Quote
Old 04-09-2011, 04:21 PM   PM User | #2
MarPlo
Regular Coder

 
Join Date: Mar 2011
Posts: 145
Thanks: 0
Thanked 20 Times in 20 Posts
MarPlo is an unknown quantity at this point
Hy,
Try onmouseover="showPic(this)" , without .href
__________________
MarPlo is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:30 PM.


Advertisement
Log in to turn off these ads.