User:Vinoo/2014Design7

From 2014.igem.org

(Difference between revisions)
m
m
Line 127: Line 127:
#nlogin_iframe {
#nlogin_iframe {
-
      display: block;
+
display: block;
-
      position:relative;
+
position:relative;
-
      width: 900px;
+
width: 900px;
-
      height: 220px;
+
height: 220px;
-
      border:  none;
+
border:  none;
-
      font-family:  ariel, sans-serif;
+
font-family:  ariel, sans-serif;
-
      text-align:  center;
+
text-align:  center;
-
      color:        white;
+
color:        white;
-
      background-color: transparent;
+
background-color: transparent;
-
      margin-top:  10px;
+
margin-top:  10px;
}
}
Line 231: Line 231:
}
}
else {
else {
-
  $('.dropMenu', this).stop(true,true).slideDown('normal');
+
  $('.dropMenu', this).stop(true,true).slideDown('normal', function() {
 +
$('.dropMenuContainer', this).stop(true,true).animate({opacity: "1"},200);
 +
});
}
}
});
});

Revision as of 16:44, 28 January 2014