View Full Version : unwanted border around my i-frame


etceteradesign
05-12-2005, 01:36 PM
I'm having trouble with making the background of my i-frame completely transparent. I read the FAQs here and did what that said, but there's still a weird border around my i-frame. How do I get rid of it?

www.et-cetera-design.com/msorganization

etceteradesign
05-12-2005, 01:45 PM
I just opened it in mozilla and it's acting really weird. ONly the i-frame is showing up, and the background is blue....help help help help!

Sheena
05-12-2005, 02:03 PM
To get rid of a border around a frame:


http://www.lissaexplains.com/frames.shtml#border

Sheena
05-12-2005, 02:16 PM
oh sorry..I didn't read your question clearly. You need to add

frameborder=0


in this section:


<iframe name="main" src="home.html" width="633" height="473" allowtransparency="true"></iframe>

so it will look like this:

<iframe name="main" src="home.html" width="633" height="473" allowtransparency="true" frameborder=0></iframe>

etceteradesign
06-07-2005, 05:07 AM
that worked. Thanks!