It looks like you're new here. If you want to get involved, click one of these buttons!
<a data-passage="" class="tooltip"><span style="text-align: left; font-family: arial;">This is the answer.</span>Show answer:</a>
a.tooltip { font-weight: normal; } a.tooltip span { z-index:10; display:none; padding:14px 20px; margin-top:50px; margin-left:-40px; min-width: 50px; max-width: 450px !important; line-height:20px; } a.tooltip:hover span{ display:inline; position:absolute; border:2px solid #FFF; color: #000000; font-weight: normal; text-decoration: none; font-size:1.0em; background:#FFFFCC repeat-x 0 0; } .callout {z-index:20;position:absolute;border:0;top:-14px;left:120px;}
Comments
I adjusted the width of the HTML element (max-width=98%;) so that when the user taps on the very far right side of the screen, the tooltip is dismissed. This sacrifices a few pixels of screen width, but it's tolerable.