This is a migrated thread and some comments may be shown as answers.

Change Cursor Style When Ctrl + Hover over the link in the RadEditor?

2 Answers 145 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Dylan Lin
Top achievements
Rank 1
Dylan Lin asked on 11 Jan 2010, 09:59 AM
Hi all,
I need to change the cursor style to "pointer" when the user presses "ctrl" and the mouse is over the hyperlink in the RadEditor (in this state, broswer will navigate to the url after another click). And I try to set the style to "cursor: pointer", but it doesn't work. Any idea?

Thanks in advance.

2 Answers, 1 is accepted

Sort by
0
Accepted
Dobromir
Telerik team
answered on 13 Jan 2010, 09:38 AM
Hi Dylan,

To achieve this you need to use the !important directive to override any previous setting
e.g.
a:hover{cursor:pointer !important;}

Please note however that this will not work in IE. RadEditor's content area is a standard editable IFrame and it is using the RichText Editing engine of the browser. The problem is that Internet Explorer does not fully support CSS decorations for HTML elements inside editable IFrame.


All the best,
Dobromir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Dylan Lin
Top achievements
Rank 1
answered on 13 Jan 2010, 10:13 AM
Thanks very much!
Tags
Editor
Asked by
Dylan Lin
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Dylan Lin
Top achievements
Rank 1
Share this question
or