CSS: Manina Button
We are always on the buttons.
This time the problem was to appear when the hand passes over the button.
Here's what I did in file.css:
.
BUTTON {width: 140px;
height: 35px;
background-color: # FFFFFF;
background-image: url ('images / pulsante.jpg');
background-repeat: no-repeat;
background -position: center center;
color: # ffffff;
font-weight: bold;
border-width: 0px;
cursor: pointer;}
The interesting part is highlighted.
Good CSS.
0 comments:
Post a Comment