only safari gives me this problem
Hi,
Each div is a container, and then with a div row, and then the div class containing content blocks.
3 sets of content blocks like this, and then the <footer>
It is only Safari that renders the last div container so that its content is overlapping the previous div container block. Really weird!
My guess is a clear-fix of some sort needed?
<div class="container"><div class="row"><div class="col-md-12 left">
<iframe class="tscplayer_inline" id="embeddedSmartPlayerInstance" src="../movies/movie_player.html?embedIFrameId=embeddedSmartPlayerInstance" scrolling="no" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
</div></div></div>
<div class="visible-lg">
<div class="pictureContainer">
<div class="imgOnSide"></div>
</div>
</div>
<div class="container"><div class="row"><div class="col-md-7 col-sm-12"> ***This is the basic div that is overlapping the player in the div above by about 100px from bottom edge of the player - basically masking the controls within the media player***
<h4><a href="#" target="_blank">Visit This Link</a></h4>
<p>Line of txt here.<br>
Another line of text.<br>
Final closing sentence.</p>
</div></div></div>
