Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I assume you don't need .coda_bubble to be a child of .overflow. If not then move it out and create a positioning div to hold both children.</p> <pre><code>&lt;html&gt; &lt;head&gt; &lt;title&gt;Override overflow:hidden&lt;/title&gt; &lt;link href="http://www.myjquery.co.uk/jslib/jquery_plugins/coda_bubble/bubble.css" rel="stylesheet" type="text/css" media="all" /&gt; &lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/jquery-ui.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="http://www.myjquery.co.uk/jslib/jquery_plugins/coda_bubble/jquery.codabubble.js"&gt;&lt;/script&gt; &lt;script type="text/javascript"&gt; $(function(){ opts = { distances : [40,40], leftShifts : [0,0], bubbleTimes : [400,400], hideDelays : [0,0], bubbleWidths : [200,200], bubbleImagesPath : "YOUR RELATIVE PATH TO SKIN FOLDER", msieFix : true }; $('.coda_bubble').codaBubble(opts); }); &lt;/script&gt; &lt;style type="text/css"&gt; body{ margin:0; padding:0; } #wrapper{ width:300px; margin:200px auto; } .overflow{ overflow:hidden; width:120px; height:80px; position:absolute; /*May not be needed.*/ } .position { width:120px; height:80px; float:left; } .coda_bubble{ /*z-index:100;/****NOT WORKING*******/ } &lt;/style&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="wrapper"&gt; &lt;div class="position"&gt; &lt;div class="overflow"&gt; [overflow content] &lt;/div&gt; &lt;div class="coda_bubble"&gt; &lt;div&gt; &lt;p class="trigger"&gt;Trigger Bubble&lt;/p&gt; &lt;/div&gt; &lt;div class="bubble_html"&gt; [BUBBLE CONTENT] &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="position"&gt; &lt;div class="overflow" style="overflow:"&gt; [overflow content] &lt;/div&gt; &lt;div class="coda_bubble"&gt; &lt;div&gt; &lt;p class="trigger"&gt;Trigger Bubble&lt;/p&gt; &lt;/div&gt; &lt;div class="bubble_html"&gt; [BUBBLE CONTENT] &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload