Team:Korea U Seoul/template/menubar

From 2012.igem.org

(Difference between revisions)
(Created page with "<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>jQuery based 2depth menu-bar</title> <style> body{ margin:0px 0px 0px 0px; heig...")
Line 53: Line 53:
}
}
/* color */
/* color */
-
#header {background:#8b0029;}
+
#header {background:#862633;}
-
#nav a {background:#8b0029; color:#ffffff;}
+
#nav a {background:#862633; color:#ffffff;}
#nav .on a,  
#nav .on a,  
-
#nav li li a {background:#d8d3cd; color:#8b0029;}
+
#nav li li a {background:#d8d3cd; color:#862633;}
</style>
</style>

Revision as of 13:40, 9 August 2012

jQuery based 2depth menu-bar