Forum Moderators: open
Depending on the type of "two-phase button", consider using CSS instead of GIFs ..
If it's merely a simple push-down effect CSS is much better.
a {
padding: 2px 10px 3px 10px;
font-size: 0.8em;
border: outset 2px #5aa0b8;
background: #004466;
color: #cccccc;
text-decoration: none;
height: 19px;
vertical-align: bottom;
}
a:active, a:focus, a:hover {
background: #004466;
border: inset 2px #5aa0b8;
vertical-align: middle;
color: #5aa0b8;
}