css cursor using data-uri
问题 I'm trying to use custom png cursor using data uri but the cursor doesn't change. I've tested on FF 17 which support png as custom cursor. The same data uri work as a background image. Am I using wrong syntax or maybe data-uri can't be used as a cursor image? example: http://jsfiddle.net/u8t3j/ <!DOCTYPE html> <html> <head> <meta charset=utf-8 /> <title>cursor test</title> <style> #cursor { width: 300px; height: 300px; border: 1px solid black; cursor: url(data:image/png;base64