Thread: Button
View Single Post
Old 01-12-2008, 01:19 AM   #13 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

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;
}
Tanax is offline  
Reply With Quote