Edinburgh University

From 2013.igem.org

(Difference between revisions)
m
m
Line 17: Line 17:
ul.submenu {
ul.submenu {
-
     display:none;
+
     display:block;
     background-color: #0000ff;
     background-color: #0000ff;
}
}
Line 44: Line 44:
                                                           for (var j=0; j< children.length; j++) {
                                                           for (var j=0; j< children.length; j++) {
                                                               if (children[j].tagName == "UL") {
                                                               if (children[j].tagName == "UL") {
-
                                                                  alert("wow");
 
                                                                   children[j].display = "block";       
                                                                   children[j].display = "block";       
                                                               }
                                                               }
Line 51: Line 50:
                                                     }
                                                     }
                                                 })();
                                                 })();
 +
                   menu_items[i].onmouseout = (function() {
                   menu_items[i].onmouseout = (function() {
                                                     var item = menu_items[i];
                                                     var item = menu_items[i];
Line 57: Line 57:
                                                           for (var j=0; j< children.length; j++) {
                                                           for (var j=0; j< children.length; j++) {
                                                               if (children[j].tagName == "UL") {
                                                               if (children[j].tagName == "UL") {
-
                                                                  alert("wow");
 
                                                                   children[j].display = "none";       
                                                                   children[j].display = "none";       
                                                               }
                                                               }

Revision as of 21:39, 26 June 2013


Home Team Official Team Profile Project Parts Submitted to the Registry Modeling Notebook Safety Attributions


More information and stylish changes coming soon ;)


Check out our Facebook page: https://www.facebook.com/Edigem2013.

You can also follow us on twitter at https://twitter.com/EdiGEM2013.

Highland-cow.jpg