Forum Moderators: not2easy
I am trying to make this image here draggable within its div since many images for this site are huge due to scanned in articles.
<snip>
How do you think this should be done unless you have a better way?
I am upgrading their site to drupal from the old static site here:
<snip>
On the old site i had a js popup where it resized the window to the image dimensions, but currently looking for a better way like the draggable image within a div.
thanks.
[edited by: Robin_reala at 9:51 pm (utc) on May 16, 2007]
[edit reason] Removed URLs as per TOS #13 [webmasterworld.com] [/edit]
Of course that involves a fair amount of JS. You might want to ask over in that forum [webmasterworld.com]. The easier method is just to set overflow:auto and a width and height on the container and let the user use the scrollbars :)
[edited by: Robin_reala at 10:00 pm (utc) on May 16, 2007]