Dear CSS Gods
Dear CSS Gods
Out of context: Reply #2
- Started
- Last post
- 7 Responses
- Atkinson0
haha yes sorry,
#navigation {
width: 190px;
margin-bottom: 15px;
}
#navigation ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}
#navigation ul li {
list-style-type: none;
margin-bottom: 2px;
margin: 0px;
padding: 0px;
}
#navigation ul li a {
display: block;
color: #333;
padding-right: 2px;
padding-left: 2px;
padding-top: 2px;
padding-bottom: 2px;
font-size: 12px;
border-bottom: 4px solid #f2f2f2;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navigation ul li a:hover {
border-bottom: 4px solid #7998a1;
color: #111;
}