C
cwdjrxyz
See http://www.cwdjr.net/html5/ParrotPuzzle/parrot_puzzle/picturePuzzle.html
and see if you can drag the images and that they will remain where
they were just before you release the mouse key. I have tried the
latest versions of Firefox, Opera, Chrome, Safari for Windows, and IE9-
beta, and all failed.
A new attribute introduced for <img> in html5 is draggable="true". It
may be that few if any browsers support this yet. Of course I may have
made an error. The page validates as html5 at w3c, and the css
validator finds no errors.
It seems this new image attribute might have some uses. Of course you
can now use javascript to drag, and some might remember my parrot
puzzle which used a script to make images draggable. If the draggable
attribute becomes widely supported in the future, it might be more
easy to use than script for applications such as games and puzzles.
and see if you can drag the images and that they will remain where
they were just before you release the mouse key. I have tried the
latest versions of Firefox, Opera, Chrome, Safari for Windows, and IE9-
beta, and all failed.
A new attribute introduced for <img> in html5 is draggable="true". It
may be that few if any browsers support this yet. Of course I may have
made an error. The page validates as html5 at w3c, and the css
validator finds no errors.
It seems this new image attribute might have some uses. Of course you
can now use javascript to drag, and some might remember my parrot
puzzle which used a script to make images draggable. If the draggable
attribute becomes widely supported in the future, it might be more
easy to use than script for applications such as games and puzzles.