|
|
 |
Re: FN-FORUM rollover
date posted 19th June 2002 10:16
This is a multi-part message in MIME format.
------=_NextPart_000_012E_01C2177A.91C63450
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi Pam,
Because the button is a form element, it doesn't live in the images =
array, so effectively you cannot swap the image, however, if you put =
your button in as an image and drop in your rollover code so it is now =
just a rollover image.
Then, in the href tag you can drop in some javascript that will submit =
the form (so its basically acting as a submit button)
eg:
or words to that effect. No guarantees but give it a whirl.
justin.
----- Original Message -----=20
From: PAMELA WHITTAKER=20
To: [EMAIL REMOVED]
Sent: Wednesday, June 19, 2002 9:22 AM
Subject: FN-FORUM rollover
Hi again,
This is the code that doesn't work for Netscape. If someone can =
tell me why I would be grateful.
Pam
------=_NextPart_000_012E_01C2177A.91C63450
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi Pam,
Because the button is a form element, =
it doesn't=20
live in the images array, so effectively you cannot swap the image, =
however, if=20
you put your button in as an image and drop in your rollover code so it =
is now=20
just a rollover image.
Then, in the href tag you can drop in =
some=20
javascript that will submit the form (so its basically acting as a =
submit=20
button)
eg: <a=20
href=3D"javascript:document.theNameOfYourForm.submit()"=20
onMouseover=3D"swap()" onMouseOut=3D"replace()"><img =
src=3D"yourimage.gif"=20
name=3D"/"></a>
or words to that effect. No guarantees =
but give it=20
a whirl.
justin.
----- Original Message -----
From:=20
|
 |
|