The Arcive of vBulletin Modifications Site. |
|
Change Cursor for your forum 4.x Details »»
|
|||||||||||||||||||||||||||
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 and 4.2.2 Thank you member Barbara1 for new cursors ![]() Guide: Admin Control Panel > Styles & Templates > Search in templates > search additional.css in your template >in the end of the additional css add: Code:
body,td,div,p {
cursor: url(http://yoursitename/forum/images/cursors/name of cursor.ico), default;;
}
Code:
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 Now
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#3
|
||||
|
||||
|
Actually this is not a mod, it should be in the article or template modification section.
The OP actually said this though, "in the end of the additional css add:" so he is somewhat right, the instructions are just not to clear. |
| Благодарность от: | ||
| yasmani19 | ||
|
#4
|
|||
|
|||
|
Sorry the code insert in the end of your additional.css for your template and insert this mod please in template modification section
![]() Quote:
|
| Благодарность от: | ||
| yasmani19 | ||
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
|||
|
|||
|
working fine with 4.2.0 pl3
i really like it. here are also 4+1 cursors in case that someone is looking for thin cursor styles. franzes80 if you want to add them to your cursors.zip, its fine by me
|
|
#7
|
|||
|
|||
|
Thank you Barbara1.New cursors added.Tested on vb 4.2.2
|
|
#8
|
|||
|
|||
|
did not work on my site vb4.2.2
|
|
#9
|
||||
|
||||
|
works best with an actual cursor.. Try this one and see how it works for you. If you want blue instead of orange, change arrow-or to arrow-bl..
Code:
body,td,div,p {
cursor: url(http://www.lower48.com/support/images/cursors/arrow-or.cur), default;;
}
|
|
#10
|
|||
|
|||
|
Works great on 4.2.2
Now we only need to figure out how to add mouseover cursor hand thingy to display the same way. |
![]() |
|
|