Edinburgh University

From 2013.igem.org

(Difference between revisions)
m
m
Line 17: Line 17:
ul.submenu {
ul.submenu {
-
     display: none;
+
     visibility: hidden;
     background-color: #3366ff;
     background-color: #3366ff;
     position: absolute;
     position: absolute;
Line 50: Line 50:
                                                           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") {
-
                                                                   children[j].display = "block";       
+
                                                                   children[j].visibility= "visible";       
                                                               }
                                                               }
                                                           }
                                                           }
Line 63: Line 63:
                                                           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") {
-
                                                                   children[j].display = "none";       
+
                                                                   children[j].visibility= "hidden";       
                                                               }
                                                               }
                                                           }
                                                           }

Revision as of 21:49, 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