button format with stylesheet
Posted: Fri Mar 18, 2005 1:28 am
i have a button formatted with stylesheet...my problem is its appearance...my button looks like this
-----------------------------
|<--->button name<--->|
-----------------------------
the arrows indicates the space from the edge of the button to its value....i want to lessen the space so it will look nice....here's my css code below
your help will be much appreciated...
-----------------------------
|<--->button name<--->|
-----------------------------
the arrows indicates the space from the edge of the button to its value....i want to lessen the space so it will look nice....here's my css code below
Code: Select all
.buttonformat {
background-color: #c0c0c0;
font-family: verdana;
border: #000000 2px solid;
font-size: 12px;
color: #000000;
}