Log in

View Full Version : hide an iframe



d-machine
10-17-2009, 08:21 PM
Hi I have one iframe on my page,
and I want to hide it from the browser,
not only the borders- but also all the content.

how can I do it? (Cross-browser please)

Thanks

X96 Web Design
10-17-2009, 08:35 PM
You could use CSS...


<iframe src="" style="display:none"></iframe>

Cheers,
X96