View Full Version : some quick help please, very quick...
ykol20
October 5th, 2004, 05:11 PM
I've searched for an hour now to no avail, doesent seem to be worth the trouble for something so simple. How do you remove the finger pointer icon from a button leaving the regular cursor when the user rolls over the button? Thank you very much for the help in advance, ykol20 :)
stringy
October 5th, 2004, 05:21 PM
I've searched for an hour now to no avail, doesent seem to be worth the trouble for something so simple. How do you remove the finger pointer icon from a button leaving the regular cursor when the user rolls over the button? Thank you very much for the help in advance, ykol20 :)
myButton_btn.onRollOver = function() {
this.useHandCursor = false;
};
ykol20
October 5th, 2004, 08:59 PM
Thanks a whole lot, lol, I love these forums. =)
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.