simon551
IS-IT--Management
- May 4, 2005
- 249
hi, I'm trying to make a button and a link appear the same on the page. This css class makes the button just a little smaller in height than a basic link does on the same page. Any idea how to fix this?
.quietButton {
display: block;
text-decoration: none;
color: black;
background: #D1D1D1;
border: 1px solid #717171;
height: 24px;
}
.quietButton {
display: block;
text-decoration: none;
color: black;
background: #D1D1D1;
border: 1px solid #717171;
height: 24px;
}