Click to See Complete Forum and Search --> : multiple actions via one onmousever event ???


bjoerndalen
04-02-2003, 12:21 PM
Hi guys...

I'm hoping you can help solve a problem I have. Here goes...


I'm trying to build a site for someone and have a central panel on the homepage that features five text images that when you rollover informs the user of what to expect .

Each image as a function attached to it on the onmouseover and onmouseout events.

What I would like to be able to do is to apply a rollover effect to the image fired by the same events.That way the user knows which image they have selected. Would I have to do this within the functions or can I do it as you would a normal rollover????

Any help would be appreciated

The page can be found at the address below

Be gentle as it is work in progress and beware none of the other links work yet!!!

Many thanks

Dave..
:) http://freespace.virgin.net/dave.shirl03/weirdrecords.htm

pyro
04-02-2003, 12:41 PM
Not sure exactly what you mean...Take a look at my latest project and see if that is what you are looking for...

http://www.lakewoodconstruction.net/newsite/ (WIP)

Ice3T
04-02-2003, 12:44 PM
I se you know how to do an image flip so when your user goes over 'NEWS' for example just filp news as well
It could look like this:

<img src=news.gif onMouseOver="flipNews(),filpMain()" onMouseOut="filpBackNews(),flipBackMain()">

or

<img src=news.gif onMouseOver="this.src='newsOn.gif',filpMain()" onMouseOut="this.src='newsOff.gif',flipBackMain()">

Vladdy
04-02-2003, 12:46 PM
like this (http://server.ime.uri.edu/emrl/) ?

bjoerndalen
04-02-2003, 12:59 PM
Hi guys....

Yes Vladdy just like that....

Dave

bjoerndalen
04-02-2003, 03:59 PM
Hi guys...

Just had a better look at Pyro and Vladdy's sites...Both of which are the type of effect that I am after.

Over the next couple of days I'll try and implement some of these ideas. If you have any other suggestions I'd be very grateful.

Thanks everyone for your help...

I'll let you know how I get on..

Dave

bjoerndalen
04-07-2003, 04:56 PM
Ok guys....

I said I would get back and let you know how I've got on.

After a bit of playing I've got it too work :D

Thanks for your help yet again. Don't think I'll ever get my head round it :confused:

Best wishes

Dave :D