|
Web Graphics Buttons
See TERMS OF USE before downloading any web graphics. To download web
graphics, right-click on image, in popup the menu that appears, select "save Picture As...". In the
"Save Picture" dialog box that appears, navigate to a folder in which you want to save the graphic.

How to Use Rollover Buttons. Style class for use with these buttons:
.rollover
{
width: 160px;
height: 32px;
border: none;
padding: 7px;
margin: 0px;
font-family: verdana;
font-size: 12px;
font-weight: normal;
text-align: center;
text-decoration: none;
background: url(btn000203.jpg) no-repeat 0px 0px;
}
a.rollover:link
{
font-weight: normal;
color: #000000;
background: url(btn000203.jpg) no-repeat 0px 0px;
}
a.rollover:hover
{
font-weight: bold;
color: #ffffff;
background: url(btn000203.jpg) no-repeat 0px -32px;
}
a.rollover:active
{
font-weight: bold;
color: #909090;
background: url(btn000203.jpg) no-repeat 0px -64px;
}
Images below this line are advertisng, not web graphics.
[1]
[2]
[3]
[4]
[5]
[6]
[7]
|