Template:INSA-Lyon/menuB
From 2011.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
- | <div id=" | + | <style type="text/css"> |
- | + | ||
- | <ul id=" | + | |
+ | *{ | ||
+ | |||
+ | list-style:none; | ||
+ | |||
+ | margin:0px; | ||
+ | |||
+ | padding:0px; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | #menu { | ||
+ | |||
+ | width: 200px; | ||
+ | |||
+ | border-style: solid solid none solid; | ||
+ | |||
+ | border-color: #94AA74; | ||
+ | |||
+ | border-size: 1px; | ||
+ | |||
+ | border-width: 1px; | ||
+ | |||
+ | |||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #menu li a { | ||
+ | |||
+ | height: 32px; | ||
+ | |||
+ | voice-family: "\"}\""; | ||
+ | |||
+ | voice-family: inherit; | ||
+ | |||
+ | height: 24px; | ||
+ | |||
+ | text-decoration: none; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #menu li a:link, #menu li a:visited { | ||
+ | |||
+ | color: #5E7830; | ||
+ | |||
+ | display: block; | ||
+ | |||
+ | background: url(images/menu1.gif); | ||
+ | |||
+ | background-repeat:no-repeat; | ||
+ | |||
+ | padding: 8px 0 0 10px; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #menu li a:hover { | ||
+ | |||
+ | color: #26370A; | ||
+ | |||
+ | background: url(images/menu1.gif) 0 -32px; | ||
+ | |||
+ | background-repeat:no-repeat; | ||
+ | |||
+ | padding: 8px 0 0 10px; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #menu li a:active { | ||
+ | |||
+ | color: #26370A; | ||
+ | |||
+ | background: url(images/menu1.gif) 0 -64px; | ||
+ | |||
+ | background-repeat:no-repeat; | ||
+ | |||
+ | padding: 8px 0 0 10px; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | </script> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <div id="menu"> | ||
+ | <ul id="menu"> | ||
<li><a href="/Team:Lyon-INSA-ENS">Home</a></li> | <li><a href="/Team:Lyon-INSA-ENS">Home</a></li> | ||
<li> | <li> |
Revision as of 17:37, 24 April 2011