Popup attach Slider

Hello
I want a Popup attach Slider,
How can i do?

Hello
Try he next sample:

[code]

Configuration from XML html,body { height: 100%; margin: 0px; overflow: hidden; } [/code]

thx.
I try the sample.But the ball will hidden when i drag it to the right end of slider.

Try the next changes:

[code]

Configuration from XML html,body { height: 100%; margin: 0px; overflow: hidden; } .dhtmlxSlider_ball { overflow: visible; } [/code]