eliminate the text cursor when hovering over text

Status
Not open for further replies.

mtrn

Member
20
2015
0
0
i don't want to the curser to exist when hovering over text... can you tell me if it can be done and point me to an article about how to make it?

thanks!
 
2 comments


i see
thank you...

__________________
Added after 2 minutes:

so i need to do that:
div {
cursor:context-menu;
}

__________________
Added after 7 Hours 6 minutes:

now i get it


it's the:
Code:
div {
    cursor:default;
}

__________________
Added after 3 minutes:

how can i make it un-selectable too?
i want the whole page text highlighting to not highlight...
 
Last edited:
Status
Not open for further replies.
Back
Top