Setting cursor style in Opera

W

whitelined

Does Opera have problems setting cursor style? I have the following code
that works in FF & IE:

this.pane.style.cursor = 'ne-resize';

It kind of works in opera, but seems to be variable to say the least.
Anyone have any ideas?

Many thanks

Regards

Aaron
 
T

Tom Cole

Does Opera have problems setting cursor style? I have the following code
that works in FF & IE:

this.pane.style.cursor = 'ne-resize';

It kind of works in opera, but seems to be variable to say the least.
Anyone have any ideas?

Many thanks

Regards

Aaron

I don't know what type of element 'this' refers to, nor it's child
'pane', but I have no issues using style.cursor = '' with Opera.
Though I use it mostly on images...
 
W

whitelined

Tom said:
I don't know what type of element 'this' refers to, nor it's child
'pane', but I have no issues using style.cursor = '' with Opera.
Though I use it mostly on images...

'this' is a debug window class, which outputs messages, dumps objects,
etc. Basically, I'm trying to make it into a resizable window, and want
to the the **-resize cursors to indicate that you can stretch it. On
this example, it works in FF, IE, and Safari:

http://87.106.102.40/debug/debug.html

It also sort of works in Opera, except it doesn't update the cursor
properly. Opera knows that the mouse is over the South west, or north of
the element, but doesn't update the cursor.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,265
Messages
2,571,069
Members
48,771
Latest member
ElysaD

Latest Threads

Top