Team:SupBiotech-Paris/testpage2
From 2009.igem.org
(Difference between revisions)
(10 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | |||
- | |||
<html xmlns="http://www.w3.org/1999/xhtml"> | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | <head> | ||
Line 12: | Line 10: | ||
margin-right: 0px; | margin-right: 0px; | ||
margin-bottom: 0px; | margin-bottom: 0px; | ||
- | background-color: # | + | background-color: #0066FF; |
background-image: url(http://www.mandellia.fr/upload_miniature/sticker_motif_baroque__03442.jpg); | background-image: url(http://www.mandellia.fr/upload_miniature/sticker_motif_baroque__03442.jpg); | ||
} | } | ||
+ | |||
+ | #globalWrapper { | ||
+ | width: 100%; | ||
+ | } | ||
+ | #footer-box { | ||
+ | width: 1200px; | ||
+ | background-color: white; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | width: 1200px; | ||
+ | position: auto; | ||
+ | background: white; | ||
+ | |||
+ | #top-section { | ||
+ | width: 1210px; | ||
+ | } | ||
+ | #top-section img { | ||
+ | width: 1210px; | ||
+ | height: 98px; | ||
+ | } | ||
+ | |||
#total { | #total { | ||
background-color: #999999; | background-color: #999999; | ||
height: 500px; | height: 500px; | ||
- | width: | + | width: 1210px; |
margin-right: auto; | margin-right: auto; | ||
- | margin-left: | + | margin-left: auto; |
} | } | ||
--> | --> | ||
</style> | </style> | ||
+ | <script src="http://www.hebdodd.com/SpryAssets/SpryMenuBar.js" type="text/javascript"></script> | ||
+ | <link href="http://www.hebdodd.com/SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" /> | ||
</head> | </head> | ||
<body> | <body> | ||
- | <div class="total" id="total"> | + | <div class="total" id="total"> |
+ | <ul id="MenuBar1" class="MenuBarHorizontal"> | ||
+ | <li><a class="MenuBarItemSubmenu" href="#">accueil</a> | ||
+ | <ul> | ||
+ | <li><a href="#">Item 1.1</a></li> | ||
+ | <li><a href="#">Item 1.2</a></li> | ||
+ | <li><a href="#">Item 1.3</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">test 1</a></li> | ||
+ | <li><a class="MenuBarItemSubmenu" href="#">balek</a> | ||
+ | <ul> | ||
+ | <li><a class="MenuBarItemSubmenu" href="#">Item 3.1</a> | ||
+ | <ul> | ||
+ | <li><a href="#">Item 3.1.1</a></li> | ||
+ | <li><a href="#">Item 3.1.2</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">Item 3.2</a></li> | ||
+ | <li><a href="#">Item 3.3</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="#">leusty</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <p> </p> | ||
+ | <script type="text/javascript"> | ||
+ | <!-- | ||
+ | var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"}); | ||
+ | //--> | ||
+ | </script> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 17:53, 19 August 2009