Forum Moderators: open

Message Too Old, No Replies

Drop Down Menu on Rollover Image

         

pinokiyo

6:19 pm on Aug 1, 2004 (gmt 0)

10+ Year Member



I have made rollover images with Photoshop which generated this code..

-------

<A HREF="index.html"
ONMOUSEOVER="changeImages('links_01', 'link/links_01-over.gif', 'links_02', 'link/links_02-links_01_over.gif'); return true;"

ONMOUSEOUT="changeImages('links_01', 'link/links_01.gif', 'links_02', 'link/links_02.gif'); return true;">

<IMG NAME="links_01" SRC="link/links_01.gif" WIDTH=64 HEIGHT=23 BORDER=0 ALT=""></A>

-------

I would like to add a Drop Down Menu code on that. A Drop Down Menu like this one: <No URLs, thanks. See TOS [WebmasterWorld.com]>

But I'm not quite sure how I could alter it to fit my rollover code.

[edited by: DrDoc at 3:20 pm (utc) on Aug. 2, 2004]

korkus2000

2:39 pm on Aug 3, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You couls either call the function inside the eventhandler like:

ONMOUSEOVER="dropMenu('links'); changeImages('links_01', 'link/links_01-over.gif', 'links_02', 'link/links_02-links_01_over.gif'); return true;"

Or you could call a function that will handle both actions.

pinokiyo

1:53 am on Aug 9, 2004 (gmt 0)

10+ Year Member



That sounds good but I have no idea where to start...

I'd like something like what the ATI website looks like.

pinokiyo

1:54 am on Aug 9, 2004 (gmt 0)

10+ Year Member



Or actually can I have a drop down menu with transparency?

pinokiyo

3:32 am on Aug 10, 2004 (gmt 0)

10+ Year Member



Bump... Can anyone please help?