Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docs:programming:javascript:sliding_div [2007/03/15 16:33] – created billh | docs:programming:javascript:sliding_div [2008/08/03 00:25] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Sliding Div ====== | ====== Sliding Div ====== | ||
- | * source: http:// | ||
- | * http:// | ||
- | |||
===== How to Create an Animated, Sliding, Collapsible DIV with Javascript and CSS ===== | ===== How to Create an Animated, Sliding, Collapsible DIV with Javascript and CSS ===== | ||
So, expanding on the last tutorial, I’ve coded a small Javascript library that will allow that functionality. It’s not meant to be a mootools or a script.aculo.us replacement… those are far more advanced libraries. This is just a simple, quick bit of code you can apply to your websites to improve the user experience a bit. | So, expanding on the last tutorial, I’ve coded a small Javascript library that will allow that functionality. It’s not meant to be a mootools or a script.aculo.us replacement… those are far more advanced libraries. This is just a simple, quick bit of code you can apply to your websites to improve the user experience a bit. | ||
Line 137: | Line 134: | ||
As a challenge to you, try using what you’ve learned in this tutorial and the last to create a toggleSlide() function. It would be a simple if-statement to check if the link’s “display” property, and either slide it up or down, depending on it’s state. We did something very similar in the last tutorial, so try applying that here! | As a challenge to you, try using what you’ve learned in this tutorial and the last to create a toggleSlide() function. It would be a simple if-statement to check if the link’s “display” property, and either slide it up or down, depending on it’s state. We did something very similar in the last tutorial, so try applying that here! | ||
+ | |||
+ | ===== External Links ===== | ||
+ | * source: http:// | ||
+ | * http:// | ||
+ | * http:// | ||
+ | * http:// | ||
+ |