Results 1 to 3 of 3

Thread: Drop Down Document Viewer - Adaptation

  1. #1
    Join Date
    Oct 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Drop Down Document Viewer - Adaptation

    In Document Effects/ Drop Down Document Viewer somebody know how to only open the window to external document WITHOUT scrollbars?

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Two ways I can think of right off:

    1 ) Make sure your content fits in the iframe, this is the best method. You can make this more likely by using only content you control and setting the dimensions of the iframe to actual pixel units.

    2 ) Set the iframe scrolling="no", ex:

    Code:
    var iframecode='<iframe id="external" style="width:95%;height:400px" src="http://www.yahoo.com" scrolling="no"></iframe>'
    This is not as good because some content may not be able to be seen and without scrolling, there is no way to view it.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Oct 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default scrolling="no"

    scrolling="no". OK!!!
    Thank you.
    See the result in http://www.poplink.com.br/headlines.htm

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
  •