Forbidden cursor?

I am looking for the name of the "forbidden/cancel" cursor.

I can't seem to find it.


The values of cursor that represent what you're looking for are not-allowed and no-drop. These values are new to CSS3, so if you need browser compatibility you should specify an image instead.


The css cursor: not-allowed; also works.