views:

489

answers:

1

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.

+2  A: 

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

Cause of the image, I think you speek 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

Peter
Yes I speak german. But i don't want the cursor to be always invisible when you hover over that element.And WOW. Stackoverflow is fast as hell. Thank you.
I think you have to use something like JQuery to add a CSS tag in the onClick event to make the cursor invisible and to remove this tag in an onMouseMove event.
Peter
Ok. We will try to fix it. Perhaps i'll have another idea. Anyhow, thanks for the fast help.