Cool, thanks for the answers!
But as I read it:
jeromebg said it is done by Nested Hotspots and
alexp is saying how the CSS it build up.
I do know how to style with CSS, border-radius and such is known by me. So that part I do understand.
When I make a hotspot, I put a code in the XML like this:
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
|
<hotspot
type="image"
url="skin/icon-walk.png"
width="80"
height="80"
scale="1"
ath="0.724"
atv="25.353"
onclick="js(specific_360.updateUrl('entree/-129|0|11|100'));"
/>
|
That works, and make an icon with a PNG image.
But, how to make a CSS hotspot?
So I found topics like this:
- https://krpano.com/forum/wbb/index.php?page=Thread&threadID=9949
- https://krpano.com/forum/wbb/index.php?page=Thread&postID=76564#post76564
I find it hard to understand, how to begin? Maybe it is simpler then I think. Somebody can
post some code or give me a good direction?