Page 1 of 1
php and mouse movements
Posted: Sun Jun 05, 2005 10:41 pm
by jaymoore_299
I'm trying to get an image cropping script going and I want the surfer to be able to click and drag a resizable window over the image to be cropped.
What will I need in addition to php to accomplish this?
Posted: Sun Jun 05, 2005 10:44 pm
by andre_c
javascript
and a lots of websites explaining how to do it in a cross-browser way
Posted: Sun Jun 05, 2005 11:05 pm
by jaymoore_299
can you recommend some good ones?
Posted: Sun Jun 05, 2005 11:20 pm
by andre_c
http://www.quirksmode.org is probably the best one
http://www.mozilla.org/docs/dom/domref/ is another one i use all the time for reference