Team:CityU HK/lablog/project1.css3
From 2014.igem.org
(Difference between revisions)
Bhrkong (Talk | contribs)
(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...")
Newer edit →
(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...")
Newer edit →
Revision as of 15:55, 10 September 2014
- cssmenu {
width: 200px; border-style: solid solid none solid; border-color: #94AA74; border-size: 1px; border-width: 1px;
}
- cssmenu ul {
list-style: none; padding: 0px; margin: 0px;
}
- cssmenu li a {
height: 32px; height: 24px; text-decoration: none; font-weight: normal;
}
- cssmenu li a:link,
- cssmenu li a:visited {
color: #5E7830; display: block; background: url(images/menu1.gif); background-repeat: no-repeat; padding: 8px 0 0 10px;
}
- cssmenu li a:hover {
color: #26370A; background: url(images/menu1.gif) 0 -32px; background-repeat: no-repeat; padding: 8px 0 0 10px;
}
- cssmenu li a:active {
color: #26370A; background: url(images/menu1.gif) 0 -64px; background-repeat: no-repeat; padding: 8px 0 0 10px;
}