Zooming Cursors
-
zoom in – यह दर्शाता हैं कि Items को Zoom In करके बडा किया जा सकता हैं.
-
zoom out – यह दर्शाता हैं कि Items को Zoom Out करके छोटा किया जा सकता हैं.
How to Make a Image Cursor
आप उपलब्ध Cursor के अलावा अपना खुद का Custom Cursor भी Design कर सकते हैं यह कार्य CSS Cursor की url Value द्वारा किया जाता हैं Image Cursor को बनाते समय Browser Compatibility को ध्यान में रखा जाना चाहिए क्योंकि Image Cursor के लिए आप सिर्फ .cur, .png, .gif, .jpg और .ani Format में Image को बना सकते हैं
Syntax:- {cursor: url(“image url”), default;}
Zooming Cursors
-
zoom in – This shows that items can be enlarged by zooming in.
-
zoom out – This shows that items can be made smaller by zooming out.
How to Make a Image Cursor
Apart from the available cursors, you can also design your own custom cursor. This work is done by the url value of CSS Cursor. Browser compatibility should be kept in mind while creating the image cursor. Because for Image Cursor you can create images only in .cur, .png, .gif, .jpg and .ani formats.
Syntax:- {cursor: url(“image url”), default;}