diff options
Diffstat (limited to 'demos/draggable/cursorat.html')
-rw-r--r-- | demos/draggable/cursorat.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/demos/draggable/cursorat.html b/demos/draggable/cursorat.html index e1c0c1b52..ef4bdc5de 100644 --- a/demos/draggable/cursorat.html +++ b/demos/draggable/cursorat.html @@ -19,7 +19,8 @@ </script> </head> <body> - +<div class="demo"> + <div id="draggable" class="ui-widget-content"> <p>I will always stick to the center (relative to the mouse)</p> </div> @@ -32,5 +33,14 @@ <p>My cursor position is only controlled for the 'bottom' value</p> </div> +</div><!-- End demo --> + +<div class="demo-description"> + +<p> +<!-- Add description here --> +</p> + +</div><!-- End demo-description --> </body> </html> |