| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <!doctype html> 2 <html lang="en"> 3 <head> 4 <title>Resizable Visual Test : Resizable ticket #3053</title> 5 <link rel="stylesheet" href="../visual.css" type="text/css" /> 6 <link rel="stylesheet" href="../../../themes/base/ui.all.css" type="text/css" /> 7 <script type="text/javascript" src="../../../jquery-1.3.2.js"></script> 8 <script type="text/javascript" src="../../../ui/ui.core.js"></script> 9 <script type="text/javascript" src="../../../ui/ui.resizable.js"></script> 10 <script type="text/javascript"> 11 $(function() { 12 $("#resizable").resizable({ 13 handles: 'all', 14 aspectRatio: true, 15 transparent: true, 16 ghost: true 17 }); 18 }); 19 </script> 20 <style type="text/css"> 21 .ui-resizable-handle { width: 8px; height: 8px; border: 1px solid rgb(128, 128, 128); background: rgb(242, 242, 242); } 22 .ui-resizable-n, .ui-resizable-s { left: 45%; } 23 .ui-resizable-e, .ui-resizable-w { top: 45%; } 24 .ui-resizable-se { bottom: -5px; right: -5px; } 25 </style> 26 </head> 27 <body> 28 29 <h1 class="ui-widget-header"><a href="http://dev.jqueryui.com/ticket/3053">#3053 - when resizing a image a row of pixels can disappear</a></h1> 30 31 <img id="resizable" src="images/test.png"> 32 33 </body> 34 </html>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |