
Admin
Well-Known Member
Staff member
Administrator
What this Does:
This will allow you display custom cursors on your forum. It work on all major browsers including firefox .
Supported Browsers:
IE, Firefox, Chrome, Safari
Tested on vb 4.21
Guide:
Admin Control Panel > Styles & Templates > Search in templates > search additional.css in your template >in the end of the additional css add:
Example:
In my site i have create one folder in /forum/images/cursors
inside the folder cursor i have insert the icon for cursor.
DEMO
for problem write in this thread
Download tuoitreit.vn_cursors.zip (7.88 KB)
This will allow you display custom cursors on your forum. It work on all major browsers including firefox .
Supported Browsers:
IE, Firefox, Chrome, Safari
Tested on vb 4.21
Guide:
Admin Control Panel > Styles & Templates > Search in templates > search additional.css in your template >in the end of the additional css add:
HTML:
body,td,div,p {
cursor: url(http://yoursitename/forum/images/cursors/name of cursor.ico), default;;
}
HTML:
body,td,div,p {
cursor: url(http://gamesonic.it/forum/images/cursors/game.cur.ico), default;;
}
inside the folder cursor i have insert the icon for cursor.
DEMO
for problem write in this thread
Download tuoitreit.vn_cursors.zip (7.88 KB)