>Way too much code to look at!

Definitely.

If you have that much code, use an external service to host it and put a link 
in the message!


And just a quick simplification of Adrian's jQuery...

Instead of:
    $("#show").mouseover(func1).mouseout(func2)

You can do:
    $("#show").hover(func1,func2)


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325611
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to