How do you position an IFRAME x number of pixels from the top and y pixels from the side.
Here is the code I am using
<IFRAME SRC="MAIN.HTML" NAME="IFRAME" WIDTH="500" HEIGHT="400" FRAMEBORDER="0"></IFRAME>
I know that to position a popup window you use screenx and screeny, so can you do this with an IFRAME, or do you just have to put it in a table and mess around with the table to position it properly?
Nate
"If you're not living on the edge, you're taking up too much space!"
Here is the code I am using
<IFRAME SRC="MAIN.HTML" NAME="IFRAME" WIDTH="500" HEIGHT="400" FRAMEBORDER="0"></IFRAME>
I know that to position a popup window you use screenx and screeny, so can you do this with an IFRAME, or do you just have to put it in a table and mess around with the table to position it properly?
Nate
"If you're not living on the edge, you're taking up too much space!"