Showing posts with label cursor. Show all posts
Showing posts with label cursor. Show all posts

Monday, March 26, 2012

How do I change the cursor style when the user hovers over a DIV element?

A simple question: I just want to change the style of the cursor when the user hovers over a DIV element. I know how to do it in JavaScript, I'm just wondering if there is an ATLAS way to do it.

Thanks in advance!

Disregard the previous question. That can be achieved simply by setting the CSS stlye of the element. What I meant to ask is how do I change the cursor to a "move" type when the mouse is clicked on the DIV element, as in the case when it is dragged around using the ATLAS drag and drop functionality.

How do I change mouse pointer for DragPanelExtender?

Hello,

I have DetailsView inside UpdatePanel, when I hover my mouse over title it changes mouse cursor like I'm trying to type something )(

How can I prevent this or what is the best way to give that panel "draggable" look? Also how do I automatically position this window next to specific button on my HTML form?

Thanks,

It seems like you could do this by applying the CSS cursor property to the relevant parts of your page:http://www.w3.org/TR/CSS21/ui.html#cursor-props.