Team:XMU-China/Team Members
From 2014.igem.org
(Difference between revisions)
(Created page with "<html lang="en"> <head> <meta charset="utf-8"> <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame Remove this if you use the .htaccess --> <...") |
|||
Line 51: | Line 51: | ||
left:50px; | left:50px; | ||
font-size:20px; | font-size:20px; | ||
- | width: | + | width: 160px; |
} | } | ||
#side_bar_main_1{ | #side_bar_main_1{ | ||
Line 79: | Line 79: | ||
.sidebar_main{ | .sidebar_main{ | ||
position:relative; | position:relative; | ||
- | width: | + | width:150px; |
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:160px; |
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:"150px"},100); |
}; | }; | ||
}); | }); |
Revision as of 16:07, 14 October 2014