javascript - Iframe content not loading properly in Firefox and IE -


i have 4 iframes in different 4 tabs. content getting cropped in firefox loading in chrome. when reload iframe content getting loaded properly. having problem.

even faced same problem. issue happened because hiding iframes except first one. if make divisions display none, dom not refer contents inside of them.

ok. instead of using "display:none", use "visibility:hidden". after changes work. becuase visibility hidden hide visibility, dom load initially. problem can see space occupation on place.

what did:

each , every tab onclick have refreshed particular div using jquery. have moved script on bottom page. after working fine me.

hopefully idea you.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -