jquery-ui/demos/draggable/containment.html

17 lines
413 B
HTML
Raw Normal View History

2008-12-30 15:51:51 +00:00
<!doctype html>
<html lang="en">
<head>
2008-12-31 22:16:02 +00:00
<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%;
}
2008-12-30 15:51:51 +00:00
</style>
</head>
<body>
2009-01-05 18:56:13 +00:00
<iframe frameborder='0' style='width: 100%; height: 99%;' src='draggable/containment_iframe.html'></iframe>
2008-12-30 15:51:51 +00:00
</body>
</html>