View Full Version : 2 iframe questions...


Orca
01-20-2003, 01:49 AM
1. How can I absolute postition an iframe?

and

2. How can i make an iframe with NO border. I already have the style=frameborder="0" border="0" in...but a little thin grey line still apears x__x;

Thankyooo =^___^=

Alcy
01-20-2003, 01:55 AM
Absolute positioning (just change the #):

<iframe style="position:absolute; top:#px; left:#px;">

For the no border thing, you don't have to add "style".

<iframe style="position:absolute; top:#px; left:#px;" border=0 frameborder=0>

Orca
01-20-2003, 02:03 AM
omg!! Thank you so much! I love you ^____^
<3333