01-12-2008, 01:19 AM
|
#13 (permalink)
|
|
The Prestige
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
|
Still doesn't work :-S
Code:
.myButton {
background: url('gradient.png') repeat-x;
height: 28px;
text-align: center;
line-height: 28px;
display: inline-block;
}
.myButton .start {
width: 2px;
float: left;
}
.myButton .stop {
width: 2px;
float: right;
}
.myButton .content {
color: #FFF;
font-family: verdana;
font-size: 12px;
}
|
|
|
|