1<div>Mouse over the grey block below to change the cursor to a small cross.</div> 2<div style="width: 100px; height: 100px; background: lightblue; cursor:url(resources/cell.cur), default;"> </div> 3<div>Mouse over the grey block below to change the cursor to three small crosses.</div> 4<div style="width: 100px; height: 100px; background: lightblue; cursor:url(resources/long_cell.cur), default;"> </div> 5