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>
|
2008-12-31 06:29:31 +00:00
|
|
|
<link type="text/css" href="../demos.css" rel="stylesheet" />
|
2008-12-31 15:14:06 +00:00
|
|
|
<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>
|
2008-12-31 15:14:06 +00:00
|
|
|
<iframe frameborder='0' style='width: 100%; height: 99%;' src='containment_iframe.html'></iframe>
|
2008-12-30 15:51:51 +00:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|