Tuesday, March 5, 2013

Useful links for css coding


-  Gradient maker
- Color picker
Flash file linking
-Shadowings

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>