Welcome to TalkGraphics.com
Results 1 to 2 of 2
  1. #1

    Default iframe - No scroll popup

    A big thank you to Sledger!
    Using the code found here:
    How to put iframes in Xara X5
    and Locking a popup using Tweek Set.

    Just a note about getting rid of the scroll bar.
    (Actually for me using IE t's not event a scroll bar its just a line of white px)

    Working
    Code:
    <iframe name=iframe1 src="C:\Users\Name\Desktop\Web Gallery\index.html" width=100% height=100% scrolling="no" frameborder="0" alt="inline frame" scrolling="no"></iframe>

    Not working (scroll bar still shows)
    Code:
    <iframe name=iframe1 src="C:\Users\Name\Desktop\Web Gallery\index.html" width=100% height=100% scrolling=auto frameborder="0" alt="inline frame" scrolling="no"></iframe>
    sadicus - Win10 ● nvidia 32GB ● XDP17

  2. #2

    Default Re: iframe - No scroll popup

    Correct.
    STP_Cowboy needed scrollbars when the content required them.
    When the iframe src= content is such that it may change when the source file is replaced, then this is where you would use the scrolling=auto attribute.

 

 

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
  •