Steve F Well-known member Jul 31, 2013 #1 So I added the Tooltip class to the quick nav on hover, it works but I want it to display in the opposite direction. Tried various things but nothing seems to work...
So I added the Tooltip class to the quick nav on hover, it works but I want it to display in the opposite direction. Tried various things but nothing seems to work...
S Syndol Guest Aug 1, 2013 #2 <span class="Tooltip" title="Your Title" data-tipclass="flipped"> Upvote 0 Downvote
Steve F Well-known member Aug 1, 2013 #3 Ugh.. I was close at least! Thanks @Syndol Upvote 0 Downvote
Steve F Well-known member Aug 15, 2013 #4 Revisiting this with another question, maybe @Syndol can help/explain it. If I'm adding a Tooltip class to an element, say a small button should I have to be adjusting it with data-offsetx & data-offsety? I would think it would kind of fall in to place as I do not see data-offset being used elsewhere for the Tooltip class. Upvote 0 Downvote
Revisiting this with another question, maybe @Syndol can help/explain it. If I'm adding a Tooltip class to an element, say a small button should I have to be adjusting it with data-offsetx & data-offsety? I would think it would kind of fall in to place as I do not see data-offset being used elsewhere for the Tooltip class.
S Syndol Guest Aug 15, 2013 #5 I believe it is centred according to the width of the element it sits in. Upvote 0 Downvote
Steve F Well-known member Aug 15, 2013 #6 Yea think your right. After playing around more, I ended up wrapping my <a href=""> stuff in a <div> and that at least got it close to correct. Upvote 0 Downvote
Yea think your right. After playing around more, I ended up wrapping my <a href=""> stuff in a <div> and that at least got it close to correct.