Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Crosshair cursor in Ajax

Hi All,

We are developing an iFrame solution for our portal.  In the iFrame, a few charts are displayed.  When the mouse is over a chart, the cursor changes to a crosshair.  I would like to override that, but have not been able to figure out how to do it.

I can see in the source why it changes. Here is the tag for one of the charts:

<img src="----;width=358&amp;height=299" style="width: 358px; height: 299px; cursor: crosshair; display: block;">

But that tag must be generated by QlikView - it is not coming from the cascading style sheet.

Has anyone successfully managed to override this?

Thanks!

2 Replies
Nicole-Smith

You may be able to write a document or object extension and use a style sheet for the extension to override the CSS.  I've never done it purposely, but when I was working with a jQuery extension that I had developed, I ended up changing some CSS for things outside of the scope of my extension by accident.

Not applicable
Author

Well, I hope I can be as fortunate!  I seem to discover things about QlikView all the time by accident...