MyBB Community Forums

Full Version: MyCursor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyCursor:
This is a really awesome MyCode that allows you to change what cursor people see when they move their hand over the selected text. It uses built in Cursors so no linking to other sites and cursors.


Title:
Cursor


Short Description:
Changes the cursors people see

Regular Expression:
\[cursor\](.*?)\[/cursor\]
This doesn't allow people to choose their own cursor
ALT
\[cursor=(.*?)\](.*?)\[/cursor\]
This allows people to pick their own cursor

Replacement:
<span style="cursor:YOUR PREDEFINED CURSOR HERE see below>$1</span>
This doesn't allow people to choose their own cursor
ALT
<span style="cursor:$1">$2</span>
This allows people to choose their own cursor



How to use:
[cursor]YOUR TEXT HERE[/cursor]
ALT
[source=YOUR CURSOR CHOICE HERE]YOUR TEXT HERE[/cursor]



Preview:

None: When I take a screen shot it gets rid of the cursor xP

Live Demo:
http://demo.mycodecorner.cz.cc/showthread.php?tid=3

Cursors you can use:
[Image: hand_cursor.png]
style="cursor:pointer;cursor:hand"

[Image: skin1.gif]
style="cursor:crosshair"

[Image: hourglass-wait-cursor.png]
style="cursor:wait"

[Image: move-cursor.png]
style="cursor:move"

[Image: cursor-help.gif]
style="cursor:help"

http://MyCodeCorner.cz.cc -- Get all your MyCodes here!
Nice work, this is dope!
Thanks Big Grin