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?
hi try this. i have tested. <iframe src="xxxxxxx/form.php" frameborder="0" style="width:100%;height:360px;"></iframe> vineet
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!!