Here is one I like...functional and kinda nifty: Changes the td background
color when you mouse over.
<td style="background:blue" onMouseOver="this.style.background='black'"
onMouseOut="this.style.background='blue'">

jon

----- Original Message -----
From: "Michael Barnum" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, December 01, 2000 7:24 PM
Subject: Fancy/Snazzy menus or buttons


> I am looking for some examples with code if available for an internal
> project I was going to do something in Fireworks ,  but in all honesty I
> would like to really put something on there that is not Gaudy, but eye
> catching and hey how the heck did you do that?
>
>
> Thank You and Happy Holidays
> Michael
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to