> Josh, Can jQuery do this? What's the learning curve? (I'm old and slow)
It sure can...not that you couldn't do this in JS from scratch, but jQuery will make it easier. Just to qualify, there's no "magic bullet" in jQuery that will automatically do this for you - you'll still have to write some JS code - but jQuery gives an advantage in its DOM manipulation syntax, so your code footprint is smaller. The learning curve is quite short, which is one reason jQuery is gaining in popularity. I recommend you check out the jQuery website at http://jquery.com - there's plenty of info there on getting started. Also, there's a very active mailing list you can join if you run into problems or have questions. -- Josh ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276069 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

