Hi,
I'm working on an iframe for a webpage. I want to have no borders around it, but using a frameborder="0" or a CSS "border: none" apparently isn't enough for IE (as usual). It keeps showing up 2 borders at the top and left. Netscape and Firefox work smoothly (as usual).
I'd really like to be able NOT TO CARE about IE, but since its still the most used browser in the world, I unfortunately have to take it into consideration.
Is there a workaround for this problem, or do I just have to live with it?
Thanks for all the help you can give me