I set the width and height to 100%, yet nothing shows up. I just want the width and height to be the same as the screen.
Here's the fiddle. http://jsfiddle.net/wNKcU/1016/
HTML:
<body>
<div id="div"></div>
</body>
CSS:
#div {
background: #111;
height: 100%;
width: 100%;
cursor:url('http://s13.postimg.org/nziz57hab/cursor.png'), auto;
}