Side navigation
Ticket #2727: code.html
File code.html, 1.6 KB (added by mad, April 21, 2008 08:45PM UTC)
my code i tried with (21.04.2008)
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Insert title here</title>
<link rel="stylesheet" href="css/style.css" type="text/css"/>
<script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"></script>
<script src="http://jqueryjs.googlecode.com/svn/trunk/plugins/dimensions/jquery.dimensions.js" type="text/javascript"></script>
<script src="http://jqueryjs.googlecode.com/svn/trunk/ui/ui.base.js" type="text/javascript"></script>
<script src="http://jqueryjs.googlecode.com/svn/trunk/ui/ui.draggable.js" type="text/javascript"></script>
<script src="http://jqueryjs.googlecode.com/svn/trunk/ui/ui.draggable.ext.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://dev.jquery.com/view/trunk/themes/flora/flora.all.css" type="text/css" media="screen" title="Flora (Default)">
<script src="http://dev.jquery.com/view/tags/ui/1.0.1a/ui.mouse.js"></script>
<script src="http://dev.jquery.com/view/tags/ui/1.0.1a/ui.resizable.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".dNr").resizable().draggable({ helper: 'clone', containment: 'parent' });
});
</script>
</head>
<body>
<div id="pagewrapper">
<div id="contentbox">
<div id="content">
<div id="dNr" class="dNr">
l�AHDSF
</div>
</div>
</div>
</div>
</body>
</html>
Download in other formats:
Original Format
File code.html, 1.6 KB (added by mad, April 21, 2008 08:45PM UTC)
my code i tried with (21.04.2008)
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Insert title here</title>
<link rel="stylesheet" href="css/style.css" type="text/css"/>
<script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"></script>
<script src="http://jqueryjs.googlecode.com/svn/trunk/plugins/dimensions/jquery.dimensions.js" type="text/javascript"></script>
<script src="http://jqueryjs.googlecode.com/svn/trunk/ui/ui.base.js" type="text/javascript"></script>
<script src="http://jqueryjs.googlecode.com/svn/trunk/ui/ui.draggable.js" type="text/javascript"></script>
<script src="http://jqueryjs.googlecode.com/svn/trunk/ui/ui.draggable.ext.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://dev.jquery.com/view/trunk/themes/flora/flora.all.css" type="text/css" media="screen" title="Flora (Default)">
<script src="http://dev.jquery.com/view/tags/ui/1.0.1a/ui.mouse.js"></script>
<script src="http://dev.jquery.com/view/tags/ui/1.0.1a/ui.resizable.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".dNr").resizable().draggable({ helper: 'clone', containment: 'parent' });
});
</script>
</head>
<body>
<div id="pagewrapper">
<div id="contentbox">
<div id="content">
<div id="dNr" class="dNr">
l�AHDSF
</div>
</div>
</div>
</div>
</body>
</html>