
A slider for mootools with support for additional html tags and images that slide from the bottom of the screen upwards.
From:http://www.artviper.net/test/ajaxslide/Download: MooSlide (125.92 kB)
Implementation
- HEAD:
<SCRIPT src="/mint" type=text/javascript></SCRIPT> <SCRIPT language=javascript src="/mootools.js" type=text/ecmascript></SCRIPT>
<SCRIPT language=javascript src="/slimbox.js" type=text/ecmascript></SCRIPT>
- BODY:
To show the slider with an image, a heading and a sample text, you can call it this way:
<a href="/download/mootools/mooSlide/images/0.jpg "rel="designSlide" rev="mycontent"title="Design Slide Sample:: There's some nice tool out there, and it just does what it should -
it slides in an image with description and adds extra contentrom a specified div">Slide</a>
To make the link a slideBox link, you need to add the tag rel="designSlide" to it. The slide can contain a heading and some text. Define it in your title tag of the link, separate the heading from the main text with a "::"
If you wish to have more content, or html tags like links in the displayed content area, you can specify another tag in your slideBox. SlideBox uses the "rev=" tag. Give your rev tag the name of the div that contains additional content. In this sample it's called rev="mycontent". This is the additional content
div:
<div id="mycontent"><a href="http://www.hotajax.org"> visit us at www.hotajax.org</a></div>
The div containing the additional content is automatically hidden when the page is loading.
works in IE 6/7, Opera and Firefox

| < Prev | Next > |
|---|
- 08/09/2008 11:34 - MooTools Dropdown Menu
- 07/08/2008 23:15 - Show/hide a nice Login Panel (Mootools 1.2)
- 22/04/2008 18:18 - LightForm - Ajax/PHP Contact Form
- 19/02/2008 03:10 - ShowCase menu
- 19/02/2008 02:08 - popmenu
- 26/01/2008 20:36 - page loader
- 25/12/2007 01:24 - Grow textarea
- 27/11/2007 19:55 - Fancy Sliding Menu for Mootools
- 24/11/2007 03:07 - Fancy Form - checkbox, radiobutton
- 16/11/2007 18:51 - Sexy sliding JavaScript side bar menu using mootools







Perfect!
