inherit
218410
0
Aug 24, 2016 13:59:28 GMT -8
chickadee
meh
222
February 2015
chickadee
|
Post by chickadee on Apr 20, 2015 17:58:24 GMT -8
How would I go about getting the mouse pointer to look like a ouija pointer? and highlight words to be put in a "box" until they are ready to use them?
or does someone know how and the best way to make selected pages into an online ouija "book" meaning the pointer selects whole words.
|
|
Clark-R
Junior Member
Previous Exart Owner
Posts: 294
inherit
170528
0
May 7, 2015 13:36:12 GMT -8
Clark-R
Previous Exart Owner
294
August 2011
exeffect
|
Post by Clark-R on Apr 22, 2015 4:59:46 GMT -8
As far as the mouse pointer, you would use a HTML/CSS snippet and link a hosted pointer. That's how it's done on an original webpage; anyways. The code would look something similar to this: body, html { cursor: url(cursor.gif), pointer; }
I haven't coded in some time, so you may want to ask someone who codes more about pointer referencing.
Making a webpage booklet (operating) would require some knowledge of Javascript and possibly more (I'm not absolutely sure, as I'm not too much of a programmer). However, you could just create a splash page and link it to your forum- dressing it into an image map. Generator Or even including it into your header area.
Hopefully I didn't miss the point. I believe I understand what you have envisioned. This question would probably fit better in a coding related board; such as this.
Good luck, hope you get it figured out- sorry if I've wasted your time.
|
|