Link to home
Start Free TrialLog in
Avatar of nesifa
nesifa

asked on

Drag drop and resize?

Hi, Can any of you supply me with some code of resizing a DIV tag and drag and drop on the screen.
Thanks. It is ok if it works just for IE?
Avatar of Batalf
Batalf
Flag of United States of America image

Take a look at "Windowscript" here:

http://www.dhtmlcentral.com/script/?m=14

Batalf
ASKER CERTIFIED SOLUTION
Avatar of COBOLdinosaur
COBOLdinosaur
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nesifa
nesifa

ASKER

That works for drag drop. Can you do resizing too. It is ok just for Just the way you resize a web window and the same shapes of cursors.

Thanks
The code at

http://www.dhtmlcentral.com/script/?m=14

has both resizing and drag and drop. Source code and everything is available at this link.
Avatar of nesifa

ASKER

Hello,
Can you give me just a simple resize code. As cursor is over the border, resizing will take place the way we see everywhere in IE windows.

I care just for IE.

Thanks again.

Nesifa
Instead of posting a lot of code here, it's easier if you go to:

http://www.dhtmlcentral.com/script/script.asp?id=16

And copy the code from the text-area fields.

Do like this:

Create a new HTML-document.
Copy the content of the first textarea fields in between your <head> and </head> tag.
Copy the content of the next textarea field in between your <body> and </body> tag.

Batalf