PDA

View Full Version : Draggable problem



MrChaz
11-12-2006, 03:15 AM
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body><div style="position:absolute;left:200px;top:100px;"
onmousedown="dragStart(event)">Drag Me</div>
</body>
</html>



This is my code for a draggable Div, its not working for some reason.

:Blobbed
11-12-2006, 05:46 PM
You dont have the JS on your page.

Want to hide these adverts? Register an account for free!