Team:CityU HK/lablog/project1.css3

From 2014.igem.org

(Difference between revisions)
(Created page with "#cssmenu { width: 200px; border-style: solid solid none solid; border-color: #94AA74; border-size: 1px; border-width: 1px; } #cssmenu ul { list-style: none; padding...")
 
Line 21: Line 21:
   color: #5E7830;
   color: #5E7830;
   display: block;
   display: block;
-
   background: url(images/menu1.gif);
+
   background: url(https://static.igem.org/mediawiki/2014/d/db/CityU_HK_sidemenu_bar.gif);
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   padding: 8px 0 0 10px;
   padding: 8px 0 0 10px;

Latest revision as of 16:15, 10 September 2014

  1. cssmenu {
 width: 200px;
 border-style: solid solid none solid;
 border-color: #94AA74;
 border-size: 1px;
 border-width: 1px;

}

  1. cssmenu ul {
 list-style: none;
 padding: 0px;
 margin: 0px;

}

  1. cssmenu li a {
 height: 32px;
 height: 24px;
 text-decoration: none;
 font-weight: normal;

}

  1. cssmenu li a:link,
  2. cssmenu li a:visited {
 color: #5E7830;
 display: block;
 background: url(CityU_HK_sidemenu_bar.gif);
 background-repeat: no-repeat;
 padding: 8px 0 0 10px;

}

  1. cssmenu li a:hover {
 color: #26370A;
 background: url(images/menu1.gif) 0 -32px;
 background-repeat: no-repeat;
 padding: 8px 0 0 10px;

}

  1. cssmenu li a:active {
 color: #26370A;
 background: url(images/menu1.gif) 0 -64px;
 background-repeat: no-repeat;
 padding: 8px 0 0 10px;

}