Hi i am thinking to use css div hide property wid a iframe. But i want that iframe should b LOAD as hidden or u can say i want to hide a iframe with css div hide property but iframe should be loaded as hidden in the page. Please tell if which of these code will work.
1st code:
Code:
<div style="display:none"><iframe width="30%" height="30%" src="http://example.com/dynexample.html"></iframe>
2nd code
Code:
<div style="visibility:hidden"><iframe width="30%" height="30%" src="http://example.com/dynexample.html"></iframe>
1st code or second? Will both work?
Last edited by V4ViSHAL; 12-19-2010 at 11:27 PM..
Reason: just to correct
|