Forum Moderators: open

Message Too Old, No Replies

iframe and borders

         

lucesei

3:21 pm on Dec 29, 2004 (gmt 0)

10+ Year Member



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

mrnoisy

8:54 pm on Dec 29, 2004 (gmt 0)

10+ Year Member



<iframe frameborder="0" width="100" height="100"></iframe>

Works fine in IE for me.