
Untitled
By: a guest on
Jul 24th, 2012 | syntax:
None | size: 0.54 KB | hits: 10 | expires: Never
How to change the default rectangular view for a:hover background image?
a:hover {
color: black;
background:url("images/nav-hm.png");
}
a:hover {
color: black;
background:url("images/Untitled-2-2.png");
width:337px;
height:292px;
}
a{
padding-left:5px;
padding-right:5px;
width:337px;
height:292px;
}
a:hover {
color: black;
background:url("images/Untitled-2-2.png");
/* Add border radius */
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
}