Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

button or link -same height box 3

Status
Not open for further replies.

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;
}
 
Increase the height? You do know that your button will only look similar in one browser/OS combination, while others could create vastly different results. See here how buttons look in different browsers/OSes.

___________________________________________________________
[small]Do something about world cancer today: PACT[/small]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top