Results 1 to 2 of 2

Thread: Iframe border problem

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

    Default Iframe border problem

    I have an Iframe with a border. IE shows a white stripe on the inside of the right and bottom borders. FF shows it correctly. I need help makeing it go away.
    Attachment 426

    HTML Code:
    <iframe width="400" frameborder="0" height="150" src="/chatbox/testb.html"
    marginheight="0" marginwidth="0" scrolling="no" name="add" style="border: #4EAD18 3px solid" id="add"></iframe>

  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

    HTML Code:
    <div style="width:400px;height:150px;"><iframe width="100%" frameborder="0" height="100%" src="/chatbox/testb.html"
    marginheight="0" marginwidth="0" scrolling="no" name="add" style="border: #4EAD18 3px solid" id="add"></iframe></div>
    - John
    ________________________

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

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
  •