View Single Post
Old 10-05-2012, 02:53 PM   PM User | #5
xelawho
Senior Coder

 
xelawho's Avatar
 
Join Date: Nov 2010
Posts: 2,461
Thanks: 52
Thanked 457 Times in 455 Posts
xelawho will become famous soon enoughxelawho will become famous soon enough
you can control the cursor style for any element you like, using css:

Code:
<style>
span{
cursor:pointer;
}
</style>
xelawho is offline   Reply With Quote