Evening all,
Is there any way of forcing IE to not display a border around an Iframe?
In my stylesheet, I've got the following:
Firefox handles it perfectly, while IE chooses to ignore it! 
See http://anotheruseless.co.uk:82/body.htm for an example.
Any suggestions?
Is there any way of forcing IE to not display a border around an Iframe?
In my stylesheet, I've got the following:
Code:
iframe
{
border: none;
width: 755px;
height: 390px;
}

See http://anotheruseless.co.uk:82/body.htm for an example.
Any suggestions?

