Team:KAIST Korea/Team KAIST

From 2012.igem.org

(Difference between revisions)
Line 118: Line 118:
-
#kaistcontent ul.subsection_tabs {
+
#kaist ul.subsection_tabs {
list-style:none;
list-style:none;
margin:0 0 5px 0;
margin:0 0 5px 0;
Line 128: Line 128:
}
}
-
#kaistcontent ul.subsection_tabs li.tab {
+
#kaist ul.subsection_tabs li.tab {
float:left;
float:left;
margin-right:7px;
margin-right:7px;
Line 134: Line 134:
}
}
-
#kaistcontent ul.subsection_tabs li.tab a {
+
#kaist ul.subsection_tabs li.tab a {
display:block;
display:block;
height:20px;
height:20px;
Line 143: Line 143:
}
}
-
#kaistcontent ul.subsection_tabs li.tab a:hover {
+
#kaist ul.subsection_tabs li.tab a:hover {
color:#666;
color:#666;
}
}
-
#kaistcontent ul.subsection_tabs li.tab a.active {
+
#kaist ul.subsection_tabs li.tab a.active {
background-color:#ddd;
background-color:#ddd;
}
}
-
#kaistcontent ul.subsection_tabs li.source_code {
+
#kaist ul.subsection_tabs li.source_code {
float:right;
float:right;
}
}
Line 178: Line 178:
<div id="kaistcontent">
<div id="kaistcontent">
 +
<div id="kaist">
<ul id="tabs_example_one" class="subsection_tabs">   
<ul id="tabs_example_one" class="subsection_tabs">   
-
     <li class="tab"><a href="#one">One</a></li>   
+
     <li style="list-style-type:none" class="tab"><a href="#one">One</a></li>   
-
     <li class="tab"><a href="#two">Two</a></li>   
+
     <li style="list-style-type:none" class="tab"><a href="#two">Two</a></li>   
</ul>   
</ul>   
 +
 +
<div id="one">This is the simplest example of a set of tabs.</div>   
<div id="one">This is the simplest example of a set of tabs.</div>   
<div id="two">Note that the styling for the tabs is done with CSS, not the Control.Tabs script.</div>  
<div id="two">Note that the styling for the tabs is done with CSS, not the Control.Tabs script.</div>  
-
 
+
</div>
</br>
</br>
</br>
</br>

Revision as of 10:47, 30 August 2012

KAIST Korea 2012 iGEM

aaaa
This is the simplest example of a set of tabs.
Note that the styling for the tabs is done with CSS, not the Control.Tabs script.







Kaist Footer