Reputation: 127
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:
HTML
<div class="menupoint"></div>
Upvotes: 5
Views: 4491
Reputation: 86084
Press F7 in Firefox to turn off caret browsing mode. This has nothing to do with your html or CSS.
Upvotes: 32
Reputation: 8321
you can use CSS to change to cursor on your div
kindly check this : CSS cursor Property
Upvotes: -1