Removing horizontal scroll with i-f-r-a-m-e

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sly
    Let's do some business!
    • Sep 2004
    • 31379

    #1

    Removing horizontal scroll with i-f-r-a-m-e

    I'm using an i-f-r-a-m-e on a site and apparently its showing a horizontal scroll bar. I'm not getting it but others are. I can't figure out how to drop the horizontal scroll only.

    Is this possible?

    Wooo an actual webmaster/tech question?!
    Vacares - Web Hosting, Domains, O365, Security & More - Paxum and BTC Accepted

    Windows VPS now available
    Great for TSS, Nifty Stats, remote work, virtual assistants, etc.
    Click here for more details.
  • tical
    Confirmed User
    • Feb 2002
    • 6504

    #2
    scrolling=no

    or

    keep your page within the iframe width dimensions
    112.020.756

    Comment

    • fuzebox
      making it rain
      • Oct 2003
      • 22365

      #3
      scrolling=none ?

      Comment

      • Ice
        Confirmed User
        • Nov 2002
        • 26053

        #4
        http://www.adobe.com/devnet/dreamwea...al_scroll.html
        icq 1904905

        Comment

        • Sly
          Let's do some business!
          • Sep 2004
          • 31379

          #5
          Pretty sure that eliminates the vertical as well, which is what I was needing. Did my best to keep the page within the dimensions, but with text you would think it would automatically fill properly to utilize the vertical scroll without requiring a horizontal scroll. Obviously not.
          Vacares - Web Hosting, Domains, O365, Security & More - Paxum and BTC Accepted

          Windows VPS now available
          Great for TSS, Nifty Stats, remote work, virtual assistants, etc.
          Click here for more details.

          Comment

          • tical
            Confirmed User
            • Feb 2002
            • 6504

            #6
            put the text on your page in a table with a fixed width so that it wraps
            112.020.756

            Comment

            • Sly
              Let's do some business!
              • Sep 2004
              • 31379

              #7
              Originally posted by tical
              put the text on your page in a table with a fixed width so that it wraps
              Heh. Amazing how the simplest solutions sometimes elude you.

              Thanks.
              Vacares - Web Hosting, Domains, O365, Security & More - Paxum and BTC Accepted

              Windows VPS now available
              Great for TSS, Nifty Stats, remote work, virtual assistants, etc.
              Click here for more details.

              Comment

              • tical
                Confirmed User
                • Feb 2002
                • 6504

                #8
                Originally posted by Sly
                Heh. Amazing how the simplest solutions sometimes elude you.

                Thanks.
                werd, you owe me 10 signups... sign up to camspotcash now!!
                112.020.756

                Comment

                • Boobzooka
                  Confirmed User
                  • Aug 2006
                  • 626

                  #9
                  Put this in the head. Should cover all browsers.

                  Code:
                  <style>
                  body {overflow-x: hidden; overflow-y: auto;}
                  </style>
                  
                  <style>
                  html {overflow:-moz-scrollbars-vertical;}
                  </style>


                  BOOBZOOKA
                  : Amateur Affiliate Program featuring SellYourSexTape: Real couples document their lovelife for one week.
                  HerBedroomWindow: Girls recording themselves alone at home. | DareRing: "Truth Or Dare?" themed adult party games.

                  Comment

                  • gornyhuy
                    Chafed.
                    • May 2002
                    • 18041

                    #10
                    Originally posted by DareRing
                    Put this in the head. Should cover all browsers.

                    Code:
                    <style>
                    body {overflow-x: hidden; overflow-y: auto;}
                    </style>
                    
                    <style>
                    html {overflow:-moz-scrollbars-vertical;}
                    </style>
                    Yep, this works for me in some really complicated web2.0 apps across all tested browsers, and works better than an table for non-text content.

                    icq:159548293

                    Comment

                    Working...