This is my personal diary blog and I hope you will support it by not using adblockers. Feel free to share and comment my writings.
Tuesday, March 5, 2013
Useful links for css coding
How to create custom mouse icon?
If you wish to create custom mouse icon to your web-page you can do it easily. Just add this peace of code to your css-file.
cursor: url('Your_cursors_name+link.cur'), default;
Link to online .cur convertor can be found here.
Also the code to make it be shown in your blog:
<style type='text/css'>body,a,a:hover{cursor:url(http://www.adress.com/YourCursorsName.cur),progress}</style>
Subscribe to:
Posts (Atom)