Is there any way to programmatically increase the size of the cursor in a browser based application using CSS or jQuery?
I can change the type of cursor with CSS like so...
body {
cursor: crosshair;
}
but I see no provision in CSS to increase the size of the cursor.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…