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
2009-01-15 12:12:52
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.
2009-01-15 12:26:48
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
2009-01-15 13:02:01
Ok. We will try to fix it. Perhaps i'll have another idea. Anyhow, thanks for the fast help.
2009-01-15 14:33:28