jquery-ui/demos/draggable/containment.html
2009-01-08 10:46:26 +00:00

17 lines
403 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Draggable - Containment Demo</title>
<link type="text/css" href="../demos.css" rel="stylesheet" />
<style type="text/css" media="screen">
body,html {
padding:0;margin:0;width:100%;height:100%;
}
</style>
</head>
<body>
<iframe frameborder='0' style='width: 100%; height: 99%;' src='containment_iframe.html'></iframe>
</body>
</html>