Team:NYMU-Taipei/menu.css

From 2014.igem.org

(Difference between revisions)
m
m
Line 1: Line 1:
#menu{
#menu{
-
position:absolute;
+
position:relative;
height:60px;
height:60px;
background: rgba(255,255,255,0.97);
background: rgba(255,255,255,0.97);

Revision as of 05:21, 2 June 2014

  1. menu{

position:relative; height:60px; background: rgba(255,255,255,0.97); }

  1. menu>ul{

height:60px; width:1000px; }

  1. menu>ul>li{

display:inline-block; height:60px; width:140px; vertical-align:middle; }