Team:KAIST Korea/menu

From 2012.igem.org

(Difference between revisions)
Line 2: Line 2:
     <head>
     <head>
<style type="text/css">
<style type="text/css">
-
body{
 
-
color:transparent;
 
-
}
 
a{
a{
color:#000;
color:#000;
Line 14: Line 11:
.container {
.container {
width:600px;
width:600px;
-
position:relative;
+
position:absolute;
 +
        top: 300px;
 +
        right:0px;
z-index:100;
z-index:100;
margin:0 auto;
margin:0 auto;
Line 146: Line 145:
}
}
</style>
</style>
 +
<style>
 +
   
 +
#main
 +
{
 +
min-height: 100%;
 +
width: 980px;
 +
margin: auto;
 +
background-color: #FFFFFF;
 +
}
 +
 +
#main #home-img
 +
{
 +
width: 980px;
 +
}
 +
 +
</style>
     </head>
     </head>
     <body>
     <body>
 +
                <div id="main">
 +
 +
<img id="home-img" src="https://static.igem.org/mediawiki/2012/8/80/Kaist_background.jpg"/>
 +
</div>
<div class="container">
<div class="container">
<ul id="sti-menu" class="sti-menu">
<ul id="sti-menu" class="sti-menu">

Revision as of 09:35, 18 August 2012