Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 687

How to change mouse cursor in [MyBB]

$
0
0
Hello guys,

in this tutorial i will be show you how to change mouse cursor in MyBB

like this :





simple and nice

Go > admincp > Templates & Style > Your Theme > global.css >

Find body And Add this code in body

Code:
cursor: url(http://24work-new.googlecode.com/svn/trunk/24work-blogspot/mouse-cursor/live-demo/cur116.cur),progress;

Then Find ( a:hover, a:active )

Like This :

http://imgur.com/GsC4qq1

add this Code :

Code:
cursor: url(http://24work-new.googlecode.com/svn/trunk/24work-blogspot/mouse-cursor/live-demo/cur117.cur),default;

And save it

then go to you forum and look it

enjoy

---------------------------------------

For more style mouse cursor Follow this link :

http://24work.blogspot.com/2012/01/how-to-change-mouse-cursor-in-blogger.html

Viewing all articles
Browse latest Browse all 687