Team:KAIST-Korea/Projects/Future Application
From 2011.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<html> | <html> | ||
- | < | + | a:hover {color:#FA8282;} /* mouse over link */ |
+ | a:active {color:#FFFFFF;} /* selected link */ | ||
+ | |||
+ | #TagHome{ | ||
+ | position: absolute; | ||
+ | font-family:Bell MT; | ||
+ | font-size:12pt; | ||
+ | left:10px; | ||
+ | top:-30px; | ||
+ | } | ||
+ | |||
+ | #TagProjects{ | ||
+ | position: absolute; | ||
+ | font-family:Bell MT; | ||
+ | font-size:12pt; | ||
+ | left:70px; | ||
+ | top:-30px; | ||
+ | } | ||
+ | |||
+ | #TagOverview{ | ||
+ | position: absolute; | ||
+ | font-family:Bell MT; | ||
+ | font-size:12pt; | ||
+ | left:145px; | ||
+ | top:-30px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
+ | |||
+ | |||
+ | <!--Tag Body--> | ||
+ | |||
+ | |||
+ | <div id="TagHome"> | ||
+ | <a href="https://2011.igem.org/Team:KAIST-Korea">Home > </a> | ||
+ | </div> | ||
+ | |||
+ | <div id="TagProjects"> | ||
+ | <a href="https://2011.igem.org/Team:KAIST-Korea/Projects/Overview">Projects > </a> | ||
+ | </div> | ||
+ | |||
+ | <div id="TagOverview"> | ||
+ | <a href="https://2011.igem.org/Team:KAIST-Korea/Projects/Overview">Overview </a> | ||
+ | </div> | ||
+ | |||
+ | |||
</body> | </body> | ||
- | <html> | + | |
+ | </html> |
Revision as of 16:51, 4 August 2011
a:hover {color:#FA8282;} /* mouse over link */ a:active {color:#FFFFFF;} /* selected link */ #TagHome{ position: absolute; font-family:Bell MT; font-size:12pt; left:10px; top:-30px; } #TagProjects{ position: absolute; font-family:Bell MT; font-size:12pt; left:70px; top:-30px; } #TagOverview{ position: absolute; font-family:Bell MT; font-size:12pt; left:145px; top:-30px; }