Results 1 to 2 of 2

Thread: hide an iframe

  1. #1
    Join Date
    Nov 2007
    Posts
    151
    Thanks
    67
    Thanked 0 Times in 0 Posts

    Default hide an iframe

    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

  2. #2
    Join Date
    Feb 2009
    Posts
    303
    Thanks
    18
    Thanked 36 Times in 36 Posts

    Default

    You could use CSS...

    Code:
    <iframe src="" style="display:none"></iframe>
    Cheers,
    X96
    Alex Blackie, X96 Design
    My Website
    I specialize in: HTML5, CSS3, PHP, Ruby on Rails, MySQL, MongoDB, Linux Server Administration

  3. The Following User Says Thank You to X96 Web Design For This Useful Post:

    d-machine (10-17-2009)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •