Ok ie 8 does not want to play nice
i have a border showing on my iframe and cant get ride of it
IE 6 and 7 work as intended with a little javascript
function test(){
var iframe=document.getElementById('frame2');
iframe.contentWindow.document.body.style.backgroundColor="#a31d1d";
iframe.contentWindow.document.body.style.border="#a31d1d";
iframe.contentWindow.document.body.style.outlineColor="#a31d1d";
}
but ie 8 still showing it