Bootsman123
08-02-2003, 06:06 AM
Is it possible to use draw tools, like the ones in Paint? I know you can drag images, but is it also possible to resize images?
|
Click to See Complete Forum and Search --> : Drawing tools? Bootsman123 08-02-2003, 06:06 AM Is it possible to use draw tools, like the ones in Paint? I know you can drag images, but is it also possible to resize images? Fang 08-02-2003, 07:10 AM To change image size: document.getElementById("MyImage").setAttribute("height", newheight); document.getElementById("MyImage").setAttribute("width", newwidth); webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |