user2441292
user2441292

Reputation: 127

Firefox: stop blinking cursor in div

On click the div below gets a blinking cursor, how can I prevents that? It is supposed to be a link not a div for text-entries. Do I need javascript?

Using Firefox:

js fiddel

HTML

<div class="menupoint"></div>

Upvotes: 5

Views: 4491

Answers (2)

recursive
recursive

Reputation: 86084

Press F7 in Firefox to turn off caret browsing mode. This has nothing to do with your html or CSS.

Upvotes: 32

ebram khalil
ebram khalil

Reputation: 8321

you can use CSS to change to cursor on your div

kindly check this : CSS cursor Property

Upvotes: -1

Related Questions