User:Vinoo/2014Design7
From 2014.igem.org
(Difference between revisions)
m |
m |
||
Line 127: | Line 127: | ||
#nlogin_iframe { | #nlogin_iframe { | ||
- | + | display: block; | |
- | + | position:relative; | |
- | + | width: 900px; | |
- | + | height: 220px; | |
- | + | border: none; | |
- | + | font-family: ariel, sans-serif; | |
- | + | text-align: center; | |
- | + | color: white; | |
- | + | background-color: transparent; | |
- | + | 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