CSS Q
CSS Q
Out of context: Reply #5
- Started
- Last post
- 12 Responses
- JamesBoynton0
or maybe just
img{
background-color: #ffffff;
}img:hover{
background-color: #ffffff;
}I think that would do all... but maybe not.
or maybe just
img{
background-color: #ffffff;
}
img:hover{
background-color: #ffffff;
}
I think that would do all... but maybe not.