User:Annelies/Rollmenu

From 2009.igem.org

(Difference between revisions)
(Fixed.)
Line 1: Line 1:
-
<html dir="ltr">
+
<html>
-
   
+
<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/dojo/1.3/dijit/themes/tundra/tundra.css">
-
    <head>
+
-
        <link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/dojo/1.3/dijit/themes/tundra/tundra.css">
+
-
        <style type="text/css">
+
-
            body, html { font-family:helvetica,arial,sans-serif; font-size:90%; }
+
-
        </style>
+
-
    </head>
+
-
   
+
-
    <body class="tundra ">
+
         <select dojoType="dijit.form.ComboBox" id="easingSelector">
         <select dojoType="dijit.form.ComboBox" id="easingSelector">
             <option>
             <option>
Line 109: Line 101:
         <div id="moveableNode" style="width: 100px; height: 100px; background-color: red; margin-left: 0px;">
         <div id="moveableNode" style="width: 100px; height: 100px; background-color: red; margin-left: 0px;">
         </div>
         </div>
-
    </body>
+
 
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/dojo/1.3/dojo/dojo.xd.js"
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/dojo/1.3/dojo/dojo.xd.js"
     djConfig="parseOnLoad: true">
     djConfig="parseOnLoad: true">
Line 143: Line 135:
         }
         }
         dojo.addOnLoad(setupMove);
         dojo.addOnLoad(setupMove);
 +
    </script>
</html>
</html>

Revision as of 06:17, 23 September 2009