(1st try with jQuery; sorry if this.... etc.. :)

I am creating HTML fragments dynamically, like -

<div>
 <script>
  $(function(){
               $
(".initDraggable").draggable().resizable().removeClass("initDraggable");
               $
(".initResult").addClass("autoScroll").removeClass("initResult");
              })
 </script>
 <div class="draggable initDraggable">
  <div align="right" class="titlebar">
   <center>Result</center>
  </div>
  <div class="result initResult" id="result"></div>
 </div>
</div>

( .autoScroll { overflow: scroll; width: 100%; height: 100%; } )

They are supposed to look kinda like "desktop windows" in the browser,
and they do - draggable, resizable and all - except I can't get the
scrolling of the inner <div> (#result) to work. I.e., I see
scrollbars, but no scroll handles. Have tried various things, like
"draggable({scroll:true})"; even searched the archives, but if the
answer's in there, I've missed it. Any pointers?

Harald



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to