diff options
Diffstat (limited to 'demos/draggable/containment.html')
-rw-r--r-- | demos/draggable/containment.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/demos/draggable/containment.html b/demos/draggable/containment.html deleted file mode 100644 index 7832e547d..000000000 --- a/demos/draggable/containment.html +++ /dev/null @@ -1,16 +0,0 @@ -<!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> |