default position of scroll bar on iframe

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aljack1
    New Member
    • Jul 2013
    • 1

    default position of scroll bar on iframe

    I want the default position of scroll bar on iframe
    to start at the bottom of iframe?
    Last edited by acoder; Jul 19 '13, 01:29 AM.
  • Exequiel
    Contributor
    • Jul 2012
    • 288

    #2
    nope, it depends on your max-width, if the max-width of your iframe reach it will automatically show the scroll bar, for example, width: 300px; height: 500px; if the content of your i-frame reach the width first it will show the scroll bar to the bottom because of the size of your width. i hope i get what you talking about. can you show your codes please ? :)

    Comment

    • Xillez
      New Member
      • Jul 2013
      • 93

      #3
      set the hight to the Iframe around the hight that fits you and the stuff you're going to put in there, and set the width to less then the stuff that's in there, then you will get what you want if I got you right..

      Comment

      Working...