Hi All
I''m attempting to make a window class for scriptalicious, however my
javascript skills are pretty average - more of a php man :D
Any way I''ve got this far so far:
http://www.folio11.co.uk/prototype/window.php
What I''m doing is simply adding elements to a div to mimic the controls
of a window
I''m now looking at adding the drag and resize code to the bottom right
hand div - so that when you drag it it resizes the window.
I *think* I need to add some kind of event listener to the window div to
monitor the loc of the resize div and to resize itself accordingly -
does anyone know how to do this?
Cheers
Rob