Team:ITESM-CEM/POPMENU
From 2014.igem.org
(Difference between revisions)
(Created page with "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta...") |
|||
(23 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | + | {{CSS/Main}} | |
- | <html | + | {{Team:ITESM-CEM/CSS}} |
+ | |||
+ | <html> | ||
<head> | <head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | |||
+ | .marginFix { | ||
+ | position: fixed; | ||
+ | top: 0px; | ||
+ | left: 0px; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | margin-top: 0px; | ||
+ | margin-bottom: 0px; | ||
+ | margin-right: 0px; | ||
+ | margin-left: 0px; | ||
+ | z-index:2; | ||
+ | } | ||
+ | |||
+ | p { | ||
+ | text-indent: 0; | ||
+ | padding-top: 0px; | ||
+ | padding-right: 0px; | ||
+ | padding-bottom: 0px; | ||
+ | padding-left: 0px; | ||
+ | } | ||
+ | |||
+ | #top-section { | ||
+ | background-color: transparent; | ||
+ | transition: top 0.2s, ease-out; | ||
+ | transition-delay: 0.5s; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
<title>TEC-CEM Plasmenu</title> | <title>TEC-CEM Plasmenu</title> | ||
</head> | </head> | ||
Line 8: | Line 43: | ||
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> | <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> | ||
- | <img src=" | + | <div class="marginFix"> |
- | + | <img src="https://static.igem.org/mediawiki/2014/1/15/ITESMCEM_POPMENU.png" alt="Menu" width="614" height="614" usemap="#PopmenuMAP" border="0"> | |
- | <area shape="rect" coords="64,171,187,200" href="https://2014.igem.org/Team:ITESM-CEM/Project" alt="Project"> | + | |
- | <area shape="rect" coords="95,123,205,157" href="https://2014.igem.org/Team:ITESM-CEM/Parts" alt="Parts"> | + | |
- | <area shape="rect" coords="137,84,285,118" href="https://2014.igem.org/Team:ITESM-CEM/Modeling" alt="Modeling"> | + | |
- | <area shape="rect" coords="222,46,374,78" href="https://2014.igem.org/Team:ITESM-CEM/Notebook" alt="Notebook"> | + | <map name="PopmenuMAP"> |
- | <area shape="circle" coords="308,308,126" href="https://2014.igem.org/Team:ITESM-CEM" alt="Home"> | + | <area shape="rect" coords="64,171,187,200" href="https://2014.igem.org/Team:ITESM-CEM/Project" target="_parent" alt="Project"> |
+ | <area shape="rect" coords="95,123,205,157" href="https://2014.igem.org/Team:ITESM-CEM/Parts" target="_parent" alt="Parts"> | ||
+ | <area shape="rect" coords="137,84,285,118" href="https://2014.igem.org/Team:ITESM-CEM/Modeling" target="_parent" alt="Modeling"> | ||
+ | <area shape="rect" coords="222,46,374,78" href="https://2014.igem.org/Team:ITESM-CEM/Notebook" target="_parent" alt="Notebook"> | ||
+ | <area shape="circle" coords="308,308,126" href="https://2014.igem.org/Team:ITESM-CEM" target="_parent" alt="Home"> | ||
<area shape="poly" coords="89,98" href="#"> | <area shape="poly" coords="89,98" href="#"> | ||
- | <area shape="rect" coords="39,260,136,320" href="https://igem.org/Team.cgi?year=2014" alt="Official Team Profile"> | + | <area shape="rect" coords="39,260,136,320" href="https://igem.org/Team.cgi?year=2014" target="_parent" alt="Official Team Profile"> |
- | <area shape="rect" coords="35,342,138,372" href="https://2014.igem.org/Team:ITESM-CEM/Team" alt="Team"> | + | <area shape="rect" coords="35,342,138,372" href="https://2014.igem.org/Team:ITESM-CEM/Team" target="_parent" alt="Team"> |
- | <area shape="rect" coords="83,422,178,467" href="https://2014.igem.org/Team:ITESM-CEM" alt="Home"> | + | <area shape="rect" coords="83,422,178,467" href="https://2014.igem.org/Team:ITESM-CEM" target="_parent" alt="Home"> |
- | <area shape="rect" coords=" | + | <area shape="rect" coords="421,176,562,219" href="https://2014.igem.org/Team:ITESM-CEM/Attributions" target="_parent" alt="Attributions"> |
- | <area shape="rect" coords=" | + | <area shape="rect" coords="395,133,522,169" href="https://2014.igem.org/Team:ITESM-CEM/Safety" target="_parent" alt="Safety"> |
+ | <area shape="rect" coords="344,96,485,128" href="https://2014.igem.org/Team:ITESM-CEM/Interlab" target="_parent" alt="Interlab" /> | ||
</map> | </map> | ||
+ | |||
+ | |||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 19:20, 23 September 2014