Just a second with Iframe

Just a second with Iframe

Posted by Sajith M.R in php on 12. Nov, 2009 | 1 Comment

IF you are facing problem with layout issues inside iframe (which is normally not there in normal pages) just test these things.

Iframe is considered as a separate html page. So it needs all the basic tags, from html, head, body.
It does not get styles from parent, so you need to add manually in the header
Take [...]