Iframe not always appearing on page

oli22

New Member
Because i am modifying a 'complex' csm tube script certain sections where more easy to add as an iframe to my own pages--> i added a video thumb gallery from one of the csm pages and made it appears in a iframe on my main index(made myself). This iframe generally looked ok, but a few times it did not appear, as if it was not there, it looks like it might be unstable, i am wondering why it is doing this? The only reason i can imagine it is reacting like this right now is the speed of the internet connection sometimes can prevent the iframe from loading on time, thus not appearing at all????

Anyone had experience with similar situation?
 
Last edited:

KyleCarson

New Member
A few questions. What browser are you using? Have you tried setting the Z-index of the iframe to something ridiculously high like 50? Do you absolutely need to use iframes. Their not the most stable element of HTML in my opinion.
 

oli22

New Member
I am using firefox.
There is no z-index affected to the iframe, i didn't even know you could do that...are you confused?
Its a simple <iframe>the section i added </iframe> between page divs.

<iframe src="http://www.mysite.com/searchEngine/" width="680px" height="205px" scrolling="no" frameborder="0" style="margin-left:10px;">
<p>Your browser does not support iframes.</p>
</iframe>
 
Top