how to hide scroll bar from iframe ?

Discussion in 'HTML & Website Design' started by pinakel, Jun 5, 2012.

  1. #1
    how to hide scroll bar from iframe? but remain scroll functionality. how to display only browser scroll bar?

    if you search here http://tinyurl.com/bwzsrag you will see two scroll bars one for iframe & another for browser. how to hide scroll bar from iframe? but remain scroll functionality in iframe :confused:

    http://tinyurl.com/bwzsrag

    plz help

    thanks in advanced
     
    pinakel, Jun 5, 2012 IP
  2. kyferez

    kyferez Peon

    Messages:
    19
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You hide the scrollbars by doing:
    iframe { overflow:hidden; }
    and
    <iframe src="#" width=100% height=100% marginwidth=0 marginheight=0 frameborder=0 scrolling=yes></iframe>

    but I'm not sure how you would retain scrolling functionality without scrollbars?!
     
    kyferez, Jun 5, 2012 IP
  3. michael_jackson

    michael_jackson Member

    Messages:
    51
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    you can do it with the option on scroll that only with write "NO"
     
    michael_jackson, Jun 6, 2012 IP