|
|
#1 |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Mar 2015
Device: none
|
I want to make a suggestion for a reading pointer.
When my mouse scrolls over a word, it changes into a bar. I read on my laptop monitor. When I read, I use my finger so I can keep track of the text. Using my finger increases my focus, which is necessary to read well. |
|
|
|
|
|
#2 |
|
Ex-Helpdesk Junkie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
|
See Preferences ==> User Stylesheet
Add some custom CSS to use whichever cursor you like, the dfferent cursors are described here: http://www.w3schools.com/cssref/pr_class_cursor.asp EDIT: This lets you try out the different pointer types: http://www.w3schools.com/cssref/play...preval=pointer -- it also shows the code, but you want to use body NOT div. Add the following: Code:
body {
cursor: pointer;
}
Code:
body {
cursor: none;
}
Etc. Last edited by eschwartz; 03-01-2015 at 01:09 AM. |
|
|
|
| Advert | |
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Feature Request - Larger Pointer on Paging Scrollbar | Noventer | Marvin | 1 | 03-18-2014 01:52 PM |
| making mouse pointer bigger when using with an android table | tadbear | Android Devices | 4 | 08-04-2012 08:07 PM |
| Bargain Kindle (or Free Kobo) Book: Null Pointer | Loosheesh | Deals and Resources (No Self-Promotion or Affiliate Links) | 8 | 05-08-2011 10:22 AM |
| Kindle with unmovable pointer in centre | pspringett | Amazon Kindle | 11 | 03-26-2011 08:43 PM |
| Environmental study: 30 min of e-paper reading = 30 mins of print reading | Steven Lyle Jordan | News | 36 | 12-14-2007 04:29 PM |