|
|
 |
Re: FN-FORUM Nice roll over effect
date posted 1st May 2002 12:39
Hi Norman
Haven't tested in NN etc but should work (no problems in IE). Obviously
changecell called from ONMOUSEOVER and changecellback from ONMOUSEOUT...and
you need to define 'cell'. Let me know if this don't make sense.
function changecell()
{
cell.bgColor = '#FFCC00'
}
function changecellback()
{
cell.bgColor = '#FFFFCC'
setTimeout("cell.bgColor='#FFFFFF';",500);
}
Can also make the mouse pointer change to a hand icon on td mouseover so
effectively duplicate the effect you're after without images. Feel free to
farm this work out ....just gimme da money!
HTH
Paul.
http://www.intexdesign.net/
>From: "Norman Beresford" [EMAIL REMOVED]
>Reply-To: [EMAIL REMOVED]
>To: [EMAIL REMOVED]
>Subject: FN-FORUM Nice roll over effect
>Date: Wed, 1 May 2002 09:12:58 +0100
>
>Hi all
>
>I happened across quite a nice roll over effect at http://www.pmail.com/.
>It's the largest menu on the page, and basically the mouse off state fades
>back into the original colour. I know how they've done it (an animated gif
>as the 'off' state), but I wondered if anyone had seen anything similar,
>but
>using DHTML rather then images?
>
>Norman
>
>
>==================================================================
>= Saffas: we design, host & maintain websites. =
>= Hosting from £10 per year. Design from £150 with free hosting. =
>= Why pay more for less? Visit us at http://www.saffas.com =
>==================================================================
>
>
>Sponsor the forum for as little as £1 at:
>
>http://www.freelancers.net/cgi/sponsor.cgi?action=show
>
>
>Freelancers and Freelance Jobs:
>http://www.freelancers.net
>
>Forum FAQs:
>http://freelancers.netrickery.com
>
>To unsubscribe please email:
[EMAIL REMOVED]
>
>If you have difficulties unsubscribing please email:
[EMAIL REMOVED]
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
|
 |
|