Results 1 to 2 of 2

Thread: Safari and firefox with scrollable IFrames

  1. #1
    Join Date
    Apr 2008
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Safari and firefox with scrollable IFrames

    1) Script Title: Scrollable IFRAME

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ramescroll.htm

    3) Describe problem: I have got my borders (apart from border-top) working in ie but the borders are not visible on Safari or on Firefox, is there an easy way to solve this?

    Regards

    Ripple

  2. #2
    Join Date
    Jan 2007
    Location
    The stage
    Posts
    568
    Thanks
    23
    Thanked 6 Times in 6 Posts

    Default

    is the code line for the iframe
    Code:
    <iframe id="datamain" src="external.htm" width=150 height=150 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=1 scrolling=no></iframe>
    Because if it is so you should change frameborder to 0.
    if that doesn't work please post your code up here unless it is the exact same thing as on dynamic drive...
    Thanks!

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
  •