Log in

View Full Version : slide out to page, not menu



Joseph
07-21-2009, 07:13 PM
Edit: sort of like this one http://www.dynamicdrive.com/dynamicindex1/davidmenu.htm
Instead of the containing menus, i'd like to load html content in this slider.
basically, load the chat box from http://www.bluestarusa.com/customersupport.asp


example of what a user would see:
1. page loads and there is a slide bar on the right or left side of the screen that vertically reads the name of the slider. "HoverChat"
2. if the user has to scroll down the screen, it will follow.
3. when the user hovers over the slider, it will slide out and display the Chat window.
4. User can also choose to keep the slider open by a checkbox if they would like

Any way to do this?

Joseph
07-22-2009, 08:18 PM
just edited to help coders better understand my objective.

Beverleyh
07-22-2009, 08:43 PM
You could try this slide-out menu script using Mootools. You can insert any html into the div - just replace the list items with your own code for your chat script.

http://www.andrewsellick.com/35/sexy-sliding-javascript-side-bar-menu-using-mootools

I dont know if it scrolls though but its a start.