I tried to change the cursor on my html website with the "cursor" property, but I can only do it embedded, but I want to put it in my css stylesheet. Is that possible? This is the code that I put between the style tags
* {
cursor: url('plaatjes/cake.cur'), default;
}