MyBB Community Forums

Full Version: How to change mouse cursor in [MyBB]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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

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 :

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-t...ogger.html
thank you