View Single Post
  #2  
Old 03-24-2008, 05:09 AM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: Cursor Not Appearing On X-cart

Hi toolexperts,

Add this if it is missing from your main skin1/skin1.css file ...

table.ButtonTable {
cursor:pointer;
direction:ltr;
vertical-align:middle;
}

This is the default css code that comes supplied. When mousing over your buttons, it turns into a hand cursor.

Hope this helps.
__________________
Doms
kube v4.1.9
Reply With Quote