View Full Version : Iframe absolute positioning


rubyskies
06-08-2003, 03:16 PM
Hello,
I'm sorry - this may be a silly question, but I'm new to Iframes. How do you give an Ifram and absolute position? I know that to do it with an image you would use a code like this:

<img src="right.jpg" style="position:absolute;left:10;right:*;top:*;bottom:10; z-index:-1">

But how would I use a code like that in relation to Iframes?

Elentari
06-08-2003, 04:02 PM
the exact same way...

In your <iframe> tag just add style="position:absolute; top:#; left#;"