View Full Version : iframe border


sugarberrie87
07-20-2003, 12:03 AM
my transparent iframe works but there is a border on it .. not like a colored border .. well look at my webpage to see tha problem:

http://geocities.com/cracklecafe/go.htm

kthanx!~

CryptalClear
07-20-2003, 12:51 AM
Um, I couldn't get your link to work. The pop-up didn't "pop up" when I clicked on the word "Grint". Um, about your border problem, in your iframe code, do you have the part about border="0" ? Maybe that will help you.

sugarberrie87
07-20-2003, 01:15 AM
yup yup, i am. this is me code:

<iframe src="main.htm" name="inlineframe" width="247" height="255" border="0" style="position:absolute; top:145; left:54;" ALLOWTRANSPARENCY="true"></iframe>

thanx

kicker91
07-20-2003, 01:16 AM
heh, i had to look at your source to see the page :D

just add border=0 frameborder=0 to the <iframe> tag...