#skiptrace {
border-top: #FFFFFF;
border-left: #FFFFFF;
border-right: #FFFFFF;
border-bottom: #FFFFFF;
width: 731px;
height: 900px;
}
the border still appears on my div below in IE.
I'm trying to incorporate
<!--[if IE]><style type="text/css">.pie, #skiptrace {behavior:url(PIE.htc);}</style><![endif]-->
<!--[if IE 7]><html class="ie7 oldie"> <![endif]-->
from this website.. which is pretty nice http://css3pie.com/
<div id="skiptrace">
<iframe name="my_iframe" src="" id="skiptrace"></iframe>
</div>