Simple border colors not working for IE7

somebrekCreme

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