For Experts Only - tried all solutions out there - removing iframe border in Int. Exp

Discussion in 'HTML & Website Design' started by webstarter2009, Nov 17, 2009.

  1. #1
    Guys,
    i'm in desperate need of your help...i have absolutely tried all solutions out there, and if someone wants to try an impossible issue, please help...

    i have created a website, looks perfectly fine in Firefox, but not Int. Explorer 7...problem lies in my <iframe> form element, where i can see the sort of 3D border appearing...i have tried modifying my css style, my iframe properties, frameborder with capital B and without...

    dunno if i can post my website here, but here's some of the code:

    <iframe src="xxxxxxx/form.php" style="width:100%;height:360px;border:none;frameBorder:0"></iframe>
    </div>

    help anyone?:confused:
     
    webstarter2009, Nov 17, 2009 IP
  2. vinpkl

    vinpkl Active Member

    Messages:
    899
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #2
    hi

    try this. i have tested.

    <iframe src="xxxxxxx/form.php" frameborder="0" style="width:100%;height:360px;"></iframe>

    vineet
     
    vinpkl, Nov 17, 2009 IP
  3. webstarter2009

    webstarter2009 Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    vinpkl, you are a STAR!!! such a small detail changes everything!
    i really had given up on all solutions out there...I really think topic this should be put up in any <iframe> or form issues forums...

    thanks again!!
     
    webstarter2009, Nov 18, 2009 IP