Results 1 to 5 of 5

Thread: Iframe Help

  1. #1

    Default Iframe Help

    Ok so my friend needs some help with one of his iframes cause its not working right, so he asked me and im asking you all. Ok so heres his site http://www.iowarock.com/news/index.html under "National Music Scene"
    why does it have a horizontal scroll bar at the bottom when under "Iowa Music Scene" there isnt one? Cause its super annoying to have to scroll over everytime sentence.
    thanks

  2. #2
    Join Date
    Dec 2004
    Location
    Mel - Aus
    Posts
    34

    Default Ok

    Inside your <iframe> tag you have scrolling="auto", this means that the computer will chose if there should be a scroll bar there, for one of the frame, the computer has chosen to display both scroll bar but in the other it has only chosen to show one, in the first frame, you would need to use a scroll bar because the text dosen't fit inside the frame, the computer has seen this so it has placed the scroll bar there, in the second frame, all the text fits in so it dosen't need a scoll bar, however if you want to add a scroll bar there just change scrolling="auto" to scrolling="yes"


    ===
    Attribute for <IFRAME ...>
    SCROLLING = YES | NO | AUTO

  3. #3

    Default

    Ok I get most of that.
    in the second frame, all the text fits in so it dosen't need a scoll bar
    But i dont understand that because from the pages the text seems to be the same. ( http://www.iowarock.com/news/iowa.html ) and ( http://fireprooftunes.bizhat.com/id38.htm )

    And On http://www.iowarock.com/news/index.html when you make your window smaller, the text automaticaly moves so it doesnt have to place a horizontal scroll bar on the bottom frame, unlike the top frame. Why does it do that, and how can He make the top frame do it?

  4. #4
    Join Date
    Dec 2004
    Location
    united states
    Posts
    254

    Default

    Thanks, i was never that good with iframes =]

  5. #5
    Join Date
    Dec 2004
    Location
    Mel - Aus
    Posts
    34

    Default

    Quote Originally Posted by captainsaneo
    Ok I get most of that.
    in the second frame, all the text fits in so it dosen't need a scoll bar
    But i dont understand that because from the pages the text seems to be the same. ( http://www.iowarock.com/news/iowa.html ) and ( http://fireprooftunes.bizhat.com/id38.htm )

    And On http://www.iowarock.com/news/index.html when you make your window smaller, the text automaticaly moves so it doesnt have to place a horizontal scroll bar on the bottom frame, unlike the top frame. Why does it do that, and how can He make the top frame do it?
    Sorry, its hard to explain.
    Main point is that the computer decides if there should be scroll bars if you set it to auto.

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
  •