Displaying 1 result from an estimated 1 matches for "skaldiv".
Did you mean:
kldiv
2007 Dec 03
0
scrollbars and dragable
...I
see the solution with script.aculo.us is to use a dragable object.
Now I have a problem. My div contains scrollbars with css: overflow:
auto. When I use the IE6 the scrollbar hangs often :-)
My div looks like this:
<div style="visibility: visible;height:190px; widht:695px;"
id="skaldiv" >
<div id="historybar" onmousedown=" new Draggable(''skaldiv'');"
>Verlauf</div>
<a href=""><img style="position:absolute;right: 2px; top: 2px;"
src="/icon/close.gif" /></a><br />...