jquery-ui/demos/draggable/containment.html

17 lines
398 B
HTML
Raw Normal View History

2008-12-30 15:51:51 +00:00
<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Draggable - Containment</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>
<iframe frameborder='0' style='width: 100%; height: 99%;' src='containment_iframe.html'></iframe>
2008-12-30 15:51:51 +00:00
</body>
</html>