Making the Cursor Disappear

无人久伴 提交于 2019-12-25 01:43:55

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/446492/making-the-cursor-disappear

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!