Results 1 to 10 of 10

Thread: How Do You Get A None Scrolling Iframe!!!

  1. #1
    Join Date
    Jul 2006
    Location
    Pluto
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation How Do You Get A None Scrolling Iframe!!!

    ITS DRIVING ME NUTS! I just want it to sit there and not have a defult height! Please help! site="technojunk.tk" currently U/C

  2. #2
    Join Date
    Jul 2006
    Location
    Pluto
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    come on please!

  3. #3
    Join Date
    Jul 2006
    Location
    Pluto
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    *cries*

  4. #4
    Join Date
    Jul 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Dude, calm down a little...

    Code:
    <iframe height="400" width="400" src="whatever" scrolling="no">
    ...and try to use google next time!

  5. #5
    Join Date
    Jul 2006
    Location
    Pluto
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    !!!!!!!

  6. #6
    Join Date
    Jul 2006
    Location
    Pluto
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    :O it was that easy! aw man i would of probably figured that out in like an hour, i thought it wold be harder- thanks!

  7. #7
    Join Date
    Jul 2006
    Location
    Pluto
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    -_-it didnt work. i mean that it overflows and isnt just a fit-perfect box. like a div possitioned textbox without the "overflow=auto"

  8. #8
    Join Date
    Jul 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Oh, I thought you just wanted to hide the scrollbars...

    I don't think that the overflow thing works with an iFrame, why don't you just use a div-container?

  9. #9
    Join Date
    Jul 2006
    Location
    Pluto
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    cuz i dont wanna go to all the pages just to update a layout

  10. #10
    Join Date
    Jul 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Generally framesets are a bad thing, but why don't you just try normal frames instead of an iFrame?

    A good alternative would be the include-function of PHP, but you'll need PHP webspace for that.

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
  •