The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to change your forum cursor?

2 posters

Go down

Tutorial How to change your forum cursor?

Post by Shadow June 17th 2015, 9:35 am

How to change your forum cursor?

How to change your forum cursor? 10-10-13 How to set up a cursor?



To set up a forum cursor, you should use your CSS. You have two options to pick from


  • Use cursors by default on your computer


  • Create, host and use your own cursor


The cursors are used through the cursors property in CSS. You can use different ways.

Admin panel>> Display>> Colors>> CSS Stylesheet
How to change your forum cursor? Css10

- For the forum in general, the code can be added in body, example:
Code:
body {
cursor : move ;
}
- For links "fly over", the code can be added in a function, example:
Code:
a {
cursor : help;
}
- But you can also associate them to some particular elements like images, example:
Code:
img {
  cursor: pointer;
}

How to change your forum cursor? 10-10-13 The cursors by default



Here a list of cursors you can use:


default
How to change your forum cursor? 046
pointer
How to change your forum cursor? 037
text
How to change your forum cursor? 043
help
How to change your forum cursor? 042
wait
How to change your forum cursor? 045
progress
How to change your forum cursor? 044
move
How to change your forum cursor? 036
cross-hair
How to change your forum cursor? 035
n-resize
How to change your forum cursor? 041
s-resize
How to change your forum cursor? 041
e-resize
How to change your forum cursor? 040
w-resize
How to change your forum cursor? 040
ne-resize
How to change your forum cursor? 038
se-resize
How to change your forum cursor? 039
nw-resize
How to change your forum cursor? 039
sw-resize
How to change your forum cursor? 038


You just have to copy/past one of those values in your CSS: Admin panel>> Display>> Colors>>CSS Stylesheet. For example:
Code:
        a {
        cursor : move;
        }

How to change your forum cursor? 09615110 Personalized cursors




You can have two different types: .cur which are fixed cursors, or .ani which are animated cursors.

Edit Animated cursors are a feature of Internet Explorer and do not appear on other browsers  Edit

You can find many websites offering free cursors. You can also create your own cursor Smile

1. Create your cursor

There are many ways:


  • The software to create cursors: you can find many free software on the web like RealWorld Cursor Editor, ZNsoft icone maker, AWicon Lite, Greenfish Icon Editor Pro, Sib Icon Editor etc. Most of them work like with Paint, so they are very easy to use. They also accept the upload of jpeg, png, gif and bmp pictures.



  • Graphics software: Photofiltre proposes an image exportation in icon. You just have to save your image in .cur! You'll have all your pictures in cursor format. For Photoshop and Gimp, you have to export your image as icon. Then, save your image in .ico



  • Online Generators: HTML Basix allows you to convert your pictures in animated or not cursors, but there are some icons generators like Converthub or iConvert that allow you to convert an image in .ico format. You just have to rename your icon in .cur.


In any case, please find some advises:


  • The image should not be to big, the perfect size in 32x32 minimum
  • The background around your image should be transparent


2- Host your cursor

Once your cursor created, you should host it to call your CSS. You just have to upload your cursor from your computer by accepting .cur or .ani
You can find a list for cursors here:


  • Images


How to change your forum cursor? Fleche10 https://servimg.com/
How to change your forum cursor? Fleche10 https://imgur.com/
How to change your forum cursor? Fleche10 https://www.casimages.com/
How to change your forum cursor? Fleche10 https://tinypic.com/


  • All types of files

How to change your forum cursor? Fleche10 Images + all types of files: https://www.dropbox.com/
How to change your forum cursor? Fleche10 Images + fiiles in .cur, .ico, .ani, .js, .css ...  : https://www.archive-host.com/

3- Add your cursor on your forum

First, enter you admin panel>> Display>> Colors>> CSS Stylesheet
How to change your forum cursor? Css10


You can install your cursor on body:


Code:
body {
    cursor: url(link of your hosted cursor), auto;
}

Edit Auto is very helpful in case your cursor be dead. There will be a cursor by default!

For links and other elements, you just have to change the "body". Once your CSS modification made, don't forget to save.
Shadow
Shadow
Manager
Manager

Male Posts : 16217
Reputation : 1831
Language : French, English

Back to top Go down

Tutorial Re: How to change your forum cursor?

Post by skouliki February 10th 2020, 4:48 pm

This code was updated to fit in with the new HTTPS address

updated 10.02.2020 by skouliki
skouliki
skouliki
Manager
Manager

Female Posts : 15061
Reputation : 1690
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum