Team:Hong Kong HKUST/layout

From 2013.igem.org

(Difference between revisions)
Line 3: Line 3:
<style>
<style>
-
ul
+
.menu ul
{
{
list-style-type:none;
list-style-type:none;
Line 11: Line 11:
}
}
-
li
+
.menu li
{
{
float:left;
float:left;
}
}
-
.menu a:link,.menua:visited
+
.menu a:link,.menu a:visited
{
{
display:block;
display:block;
Line 28: Line 28:
text-transform:uppercase;
text-transform:uppercase;
}
}
-
.menu a:hover,.menu a:active
+
.menu a:hover
{
{
background-color:#7A991A;
background-color:#7A991A;
}
}
 +
.menu a:active
 +
{
 +
background-color:red
 +
}
</style>
</style>

Revision as of 15:50, 26 June 2013