dojo
Version:
Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.
21 lines (20 loc) • 673 B
HTML
<html style="overflow-y:scroll;border:0px none;padding:0;margin:0;">
<head>
<meta charset="utf-8">
<title>Scroll Tests</title>
<link rel="stylesheet" href="../../../resources/dojo.css">
<style type="text/css">
fieldset { border:2px groove black; display:inline; padding:2px; }
fieldset iframe { width:100px; height:100px; }
label { display: block; }
</style>
<script type="text/javascript">
var ready = false;
</script>
</head>
<body>
<script type="text/javascript" src="../../../dojo.js" data-dojo-config="async: true, isDebug: true"></script>
<script type="text/javascript" src="scrollSetup.js"></script>
</body>
</html>