Team:Fatih Turkey/test2

From 2011.igem.org

(Difference between revisions)
(Created page with "<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>deneme baslik</title> <style> h1.firstHeading, div#p...")
Line 568: Line 568:
<style>
<style>
#haftalar li{
#haftalar li{
-
width: 70px;
+
width: 30px;
text-align: center;
text-align: center;
-
margin: 0 20px;
+
margin: 0 60px;
float: left;
float: left;
list-style: none;
list-style: none;
Line 577: Line 577:
#haftalar li:hover{
#haftalar li:hover{
-
background: #ccc;
+
background: #CCC;
}
}
-
</style>  
+
 +
#haftalar li.active{
 +
background: #CCC;
 +
}
 +
</style>
 +
 
     <ul id="haftalar">
     <ul id="haftalar">
         <li>Week</li>
         <li>Week</li>
-
         <li>1</li>
+
         <li class="active">1</li>
         <li>2</li>
         <li>2</li>
         <li>3</li>
         <li>3</li>

Revision as of 16:41, 27 October 2011

deneme baslik

  • Week
  • 1
  • 2
  • 3