X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Cursor Not Appearing On X-cart (https://forum.x-cart.com/showthread.php?t=38547)

toolexperts 03-24-2008 03:48 AM

Cursor Not Appearing On X-cart
 
When you put your mouse over any of our sites buttons, it does not turn into an arrow , it just goes blank, how can I remedy this?

kube 03-24-2008 05:09 AM

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.

toolexperts 03-24-2008 05:49 AM

Re: Cursor Not Appearing On X-cart
 
thanks kube!


All times are GMT -8. The time now is 06:10 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.