HTML drag and drop code?

  • Thread starter Thread starter Art Form
  • Start date Start date
A

Art Form

Guest
I need a drag and drop code for my site, but I need am all html code. No CSS or javascript in it at all. Can anyone help me?

Oh I am also looking for a all html code for these things too
. online coloring pages (where there is a picture you can fill in)
. dress up doll code

I don't need those though as much as I need the drag and drop code.
 
I'm sorry my friend, but you can't do this in HTML.

Drag and drop is a behaviour.
HTML is just about content, structure and semantics.
It can't do behaviour.

JavaScript on the other hand will work perfectly, but I suggest a little server side backup (like PHP) in the way of a form which lets you pick the items out if you are running on a no-JavaScript browser.
 
Back
Top