- Nice img over fix
Sunday, August 10, 2008 by Martijn Broeders
We found a nice CSS .img mouse over fix that works in all browsers.
.img {
padding:5px;
border:1px solid #333333;
background-color: #FFFFFF;
}
.img:hover {
border:1px solid #589FBF;
}
Leave away the "." in .img and all your mouse_over images will be handled the same.Leave a comment › Posted in: CSS











