I've added a new little JavaScript widget to my collection, and I thought I would share it with y'all here This is a script that allows you to hide/show a portion of your page content at the top of the screen. This sounds easy enough, right? Well, there are three additional features. 1) The content slides smoothly into view and out of view. 2) You can control the speed at which the content slides. 3) No script editing or setting of variables is necessary - the entire script API is external to the script and requires only that you add "-#" at the end of the container ID that holds your hidden information. Here's a link to the script and a demo - http://www.iwdn.net/showthread.php?t=5233 There's a heavily commented script version as well, which goes line-by-line through the script and explains what's taking place. Enjoy, and let me know if you find this useful or if you've improved on it!
Ooh, now there's an idea I didn't think of. Good plan - I'll give it a try over the holiday weekend. Thanks for the recommendation