Team:MSOE Milwaukee
From 2013.igem.org
(Difference between revisions)
Vanhandelp (Talk | contribs) |
Vanhandelp (Talk | contribs) |
||
Line 2: | Line 2: | ||
<head> | <head> | ||
<title>Horizontal Navigation Bar w/Rollover Effect</title> | <title>Horizontal Navigation Bar w/Rollover Effect</title> | ||
- | <style type="text/css"> | + | <style type="text/css"> |
- | + | <!-- | |
- | + | ||
- | # | + | #navbar ul { |
- | + | margin: 0; | |
- | + | padding: 5px; | |
- | + | list-style-type: none; | |
- | + | text-align: center; | |
- | + | background-color: #000; | |
- | + | line-height:30px | |
- | + | } | |
- | # | + | |
- | + | #navbar ul li, #navbar ul li ul li { | |
- | # | + | display: absolute; |
- | + | } | |
- | # | + | |
+ | #navbar ul li a { | ||
+ | text-decoration: none; | ||
+ | padding: .2em 1em; | ||
+ | color: #fff; | ||
+ | background-color: #000; | ||
+ | } | ||
+ | #navbar ul li ul, #navbar:hover ul li ul, #navbar:hover ul li:hover ul li ul{ | ||
display:none; | display:none; | ||
list-style-type:none; | list-style-type:none; | ||
- | + | width: 120px; | |
+ | |||
} | } | ||
- | + | #navbar ul li a:hover { | |
- | # | + | color: #000; |
+ | background-color: #fff; | ||
+ | } | ||
+ | #navbar:hover ul, #navbar:hover ul li:hover ul, #navbar:hover ul li:hover ul li:hover ul { | ||
display:block; | display:block; | ||
} | } | ||
- | + | #navbar:hover ul li:hover ul li:hover ul { | |
- | # | + | position: center; |
- | position: | + | |
margin-left: 120px; | margin-left: 120px; | ||
margin-top: -20px; | margin-top: -20px; | ||
} | } | ||
- | + | --> | |
- | + | </style> | |
- | + | ||
- | + | ||
- | </style> | + | |
</head> | </head> | ||
<body> | <body> | ||
- | <div id=" | + | <div id="navbar"> |
<ul> | <ul> | ||
<li><a href="/Team:MSOE_Milwaukee">Home</a></li> | <li><a href="/Team:MSOE_Milwaukee">Home</a></li> |
Revision as of 19:16, 4 June 2013
| This is where the background goes
Tell us more about your project. Give us background. Use this as the abstract of your project. Be descriptive but concise (1-2 paragraphs) | |||
Team MSOE_Milwaukee |