Hi,
I have implemented a solution to display a pop-up with a text information when hover on image, only with CSS.
I was inspired by this thread : http://scn.sap.com/thread/3455828 (especially part from Daniel Goodwin solution : http://jsfiddle.net/dgoodw01/BYzU9/).
My issue is linked to the fact that I'm using a Tabstrip with several tabpages :
If my image and a text for pop-up are in the first page, once we open application the container ids from generated HTML are, let's say : __container7 and __container8.
When I go to the next page of my dashboard (next page of tabstrip), and come back to the first page html container's ids change to : __container34 and __container35.
Thus CSS logic stops working here, if ids containers are not stable.
I do not want to put those elements (image/text) away from tabstrip page, because I need to show different text pop-ups depending on tab page.
Does anyone have any idea to solve this ?
Beata