Thread: Button
View Single Post
Old 01-12-2008, 12:55 AM   #10 (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

HTML Code:
<p class="myButton">
  
  	<span class="start">
  		<img src="left.png" />
	</span>
  	<span class="stop">
		<img src="right.png" />
	</span>
  
  	<span class="content">
  		
  	</span>
  	
</p>
Like that??

It didn't work either
Tanax is offline  
Reply With Quote