Team:XMU-China/Judging Parts
From 2014.igem.org
(Difference between revisions)
Line 51: | Line 51: | ||
left:50px; | left:50px; | ||
font-size:20px; | font-size:20px; | ||
- | width: | + | width: 170px; |
} | } | ||
#side_bar_main_1{ | #side_bar_main_1{ | ||
Line 79: | Line 79: | ||
.sidebar_main{ | .sidebar_main{ | ||
position:relative; | position:relative; | ||
- | width: | + | width:160px; |
background:#4f5faa; | background:#4f5faa; | ||
text-align:center; | text-align:center; | ||
Line 105: | Line 105: | ||
#side_bar_img_x{ | #side_bar_img_x{ | ||
position:absolute; | position:absolute; | ||
- | width: | + | width:170px; |
top: 52px; | top: 52px; | ||
} | } | ||
Line 188: | Line 188: | ||
if(sidebar_sub_hover_display = "block"){ | if(sidebar_sub_hover_display = "block"){ | ||
side_bar_hover_target.children(".sidebar_sub").slideUp(100); | side_bar_hover_target.children(".sidebar_sub").slideUp(100); | ||
- | side_bar_hover_target.animate({width:" | + | side_bar_hover_target.animate({width:"160px"},100); |
}; | }; | ||
}); | }); |
Revision as of 16:02, 14 October 2014