Seeking assistance with a specific issue. My goal is to have an iframe appear on hover of another element and expand with it. The problem I'm facing is that the iframe shows up quickly and extends beyond its parent container. Here's what I have:
<div id='wrapper'>
<div class='coolbtn'>
<h1 class='top'><span class="pictogram">)</span>Policy #142545</h1>
<p>Google.com</p>
<p>https://www.google.com"</p>
<br>
<iframe id="source" src="http://jsfiddle.net"></iframe>
</div>
</div>
http://jsfiddle.net/EajKf/1284/
Your help is much appreciated.