Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Overlapping objects in QlikSense

How to achieve overlapping objects in Qliksense using Mashups? i Want to achieve something like thisoverlapping objects.png

5 Replies
shraddha_g
Partner - Master III
Partner - Master III

do you mean, you want to set background image?

Vincenzo_Esposito

In a Mash-up you need to use the tools made available by HTML, Javascript and CSS. In your example, as already mentioned by Shraddha, it's just a background object on the container box (may-be body). In a more general way, the CSS has the z-index property to define the rank on overlapping between objects.

Have a look here

https://www.w3schools.com/cssref/pr_pos_z-index.asp

Not applicable
Author

Thank you Vincenzo Esposito. This was really helpful.Can you please also help with the following :

If in the similar situation had there been an other object instead of image what modifications would have been required here ?

Not applicable
Author

Thank you Vincenzo Esposito. This was really helpful.Can you please also help with the following :

If in the similar situation had there been an other object instead of image what modifications would have been required here ?

Vincenzo_Esposito

As reported earlier you can use the Z-Index on the CSS. You probably need to position your object on the page in the absolute mode if you want them overlap eachother. On the calss/id of the object you need to use a z-index according with the layer position.