remove iframe

Discussion in 'Facebook' started by gaurav_, Jul 31, 2011.

  1. #1
    EDIT: - Thread title is Remove Scrollbars,

    hi friends,
    how can i remove Scrollbars from my fb app?
    in my FB app i have two frames, one for header of the app and second for the body and both frames have <html> tag
     
    Last edited: Jul 31, 2011
    gaurav_, Jul 31, 2011 IP
  2. subdivisions

    subdivisions Well-Known Member

    Messages:
    1,021
    Likes Received:
    40
    Best Answers:
    1
    Trophy Points:
    145
    #2
    Add a "style" tag to your iframe code with this:

    style='overflow: hidden;'
    Code (markup):
    Example:

    <iframe style='overflow: hidden;' src='http://xxxxxx'></iframe>
    Code (markup):
     
    subdivisions, Aug 3, 2011 IP