View Full Version : IFrames


Milkymoon7896
03-09-2003, 03:39 AM
Hi. I am working on creating a pop up window for my site. Now...I want the pop up window to be IFRAMES or FRAMES....whatever dosent matter to me. But I tired and I just messed it up. Is there a basic code for IFRAMES or FRAMES. I have a back ground image...and thats it but, I need the frame to work. If you want to see the pop up window which has nothing on it but a back ground click here (http://www.digital-escape.tk) and click the link were is says "preview of new pop up windows" I just want a simple frame code so I can code that image with frames. Is it possible? Can anyone help?

Dude128
03-09-2003, 03:55 AM
http://www.lissaexplains.com/frames.shtml

Alcy
03-09-2003, 03:55 AM
You can do either one....

With frames, you'll have to slice your image to separate it into different frames.
http://framecodes.tripod.com
Probably something like this: http://framecodes.tripod.com/framea14.html

If you use iframes, you just have to position the iframe where you want it (change the #s, add a size, etc.).

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

Milkymoon7896
03-10-2003, 07:31 PM
yay!!! YOU GUYS ROCK SO MUCH!!! THANK YOU SO MUCH :-D