Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Show something on hover?

1546789217

Edited 1546789452
Hi, I am creating my own sheet, and was wondering if there is a way to display a small text box if you hover on a certain element, say, a input or an image. I know it can be done using css and display, but it ruins the format of the sheet (Since it just shows the text, it makes everything else re-align. Is there a way to show an element on a "layer" above everything else?
1546791943
Finderski
Plus
Sheet Author
Compendium Curator
This discussion might help:&nbsp;<a href="https://app.roll20.net/forum/post/2309276/slug%7D" rel="nofollow">https://app.roll20.net/forum/post/2309276/slug%7D</a>
1546794439
Andreas J.
Forum Champion
Sheet Author
Translator
The Star Wars 30th Anniversary sheet have a text appear if you hover the SW logo. You could also use the html tag "title" to create the simplest tooltip hover texts, but might not work for all your intended purpouses, check the web for documentation for the html title tag.
Finderski said: This discussion might help:&nbsp; <a href="https://app.roll20.net/forum/post/2309276/slug%7D" rel="nofollow">https://app.roll20.net/forum/post/2309276/slug%7D</a> It did help, thank you very much!