Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cursor or pointer

Status
Not open for further replies.

KattyKatty

Programmer
Nov 10, 2003
91
TH
Hi,

I changed arrow pointer to square pointer on my webpage
The problem is the square pointer still has letter I in the center, and I don't want this letter I.

My question is how can I have only square pointer without letter I?

Thank you,
Plai-or

----------------------------------------------
// Coding for my pointer

onClipEvent (load) {
Mouse.hide();
_root.cursor.startDrag(true);
}
---------------------------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top