If anyone can help me please...
My css looks like this:
<style type="text/css">
.handcursor{
cursor:hand;
cursor:pointer;
}
</style>
and if I apply the .handcursor:hover, it works and the color changes, but not in older versions...
any suggestions?