Tamim
Tamim

Reputation:

Making the Cursor Disappear

I am constructing an Editor for a little Webapp. My concept is to have a Bar where I put all the functions. It changes concerning to the content. Now i got the following problem. As you can see in the picture when i click on the button it happens that the button will be on a new button just after beeing clicked. My question is: Is there a possibility to make the cursor disappear? We are coding in PHP.

Upvotes: 0

Views: 1427

Answers (1)

Xn0vv3r
Xn0vv3r

Reputation: 18184

Do you mean the mouse cursor disappear? If so, you can use css to use any gif as your mouse cursor, even a transparent one.

Because of the image, I think you speak German? If you answered all questions with yes up to here, then look here.


Edit: I think I did what you wanted with JQuery - quick and dirty, though... Tested with IE6 and FF 3. Download an example here

Upvotes: 4

Related Questions