CSS rollover
CSS rollover
Out of context: Reply #6
- Started
- Last post
- 10 Responses
- neverblink0
a{
display:block;
width: 200px;
height: 2em;
}a:hover{
background-color: #CCC;
}?
a{
display:block;
width: 200px;
height: 2em;
}
a:hover{
background-color: #CCC;
}
?