Jump to content

Recommended Posts

Posted

You can set a custom mouse pointer in your theme by adding to wpi.htm:

body
{
background-color: #5A7EDC;
font-family: arial;
font-weight: bold;
color: #ffffff;
margin: 0px;
/* cursor: auto;*/
/* cursor: url('./cursor.cur');*/
cursor: url('./cursor.ani');
}

.ani is for an animated cursor.

.cur is for a static cursor.

Or the built-in ones:

auto

crosshair

default

pointer

wait

text

help

move

n-resize

ne-resize

e-resize

se-resize

s-resize

sw-resize

w-resize

nw-resize

progress

not-allowed

no-drop

vertical-text

all-scroll

col-resize

row-resize


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...