Originally Posted by
Dencuga
Yes, that's it. Thank you guys
Dencuga, also untick Clip to page edges in the Web Properties > Website tab if the objects are close to the page edge and you want them to be fully visible.
Do note Boy's approach is different to mine.
I believe his will not hover.
Each pop-up needs to be on a different layer.
Mine relies on the built-in HighSlide component.
You end up with three separate objects.
I personally use some CSS for the hover part:
Code:
<style>
.twice {
transition: 1200ms;
}
.twice:hover {
transform: scale(200%);
}
</style>
The downside is if you scale too much, the resolution may suffer.
Acorn
Bookmarks