View Full Version : Iframes are moving!


aerith86
04-15-2003, 11:47 PM
My Iframes were perfect until I uploaded them! Now they're in a completely different spot. Can you help me? The frame is supposed to be up at the top right and the menu is in the bottom left.

http://www.angelfire.com/music4/fragmaweb/fragmaweb.html

And here's the HTML:
<html>
<head>
<title> F r a g m a W e b | Version 4.0 </title>
</head>
<body background="back.gif">


<div style="position: absolute; top: 0px; left:310px; width: 0px; height: 0px;">

<iframe width=430 height=300 src="home.html" align=center frameborder=0 hspace=10 vspace=10 scrolling="yes" name="home"> </iframe>


</style>

<div style="position: absolute; top: 370px; left:-300px; width: 0px; height: 0px;">

<script language="javascript">
function jump(form) {
var myindex=form.menu.selectedIndex
if (form.menu.options[myindex].value != "0")
{
window.open(form.menu.options[myindex].value,
target="home");
}
}
//-->
</script>

<form name="fwmenu">
<select name="menu" style="background-color: #ffffff ;
font size=10 ; font-family: lucida sans unicode; color:#000000"
size=".5" onchange="jump(this.form)">

<option value="0"> S e l e c t Y o u r D e s t i n a t i o n </option>
<option value="0"></option>

<option value="0">ABOUT</option>
<option value="about.html">-The Story Of Fragma Web</option>
<option value="0"></option>

<option value="0">BIOGRAPHIES</option>
<option value="biosdirk.html">-Dirk Duderstadt</option>
<option value="biosmarco.html">-Marco Duderstadt</option>
<option value="biosjoern.html">-Joern Friese</option>
<option value="biosguest.html">-Guest Artists</option>
<option value="biosdamae.html">-Damae Klein</option>
<option value="biosramon.html">-Ramon Zenker</option>
<option value="0"></option>

<option value="0">CHARTS</option>
<option value="charts.html">-European Dance Charts</option>
<option value="0"></option>

<option value="0">CONTACT</option>
<option value="contact.html">-Webmistress</option>
<option value="0"></option>

<option value="0">DATES</option>
<option value="livedates.html">-Live Dates</option>
<option value="tvdates.html">-TV Dates</option>
<option value="0"></option>

<option value="0">DISCOGRAPHY</option>
<option value="albuminfo.html">-Album Info</option>
<option value="audio.html">-Audio</option>
<option value="lyrics.html">-Lyrics</option>
<option value="video.html">-Video</option>
<option value="0"></option>

<option value="0">FUN & GAMES</option>
<option value="not.html">-Cartoon Dolls</option>
<option value="not.html">-Puzzles</option>
<option value="not.html">-The Fragmateacher Chronicles</option>
<option value="0"></option>

<option value="0">LEGAL</option>
<option value="disclaimer.html">-Disclaimer</option>
<option value="0"></option>

<option value="0">LINKAGE</option>
<option value="bssites.html" target="home">-Sister Site</option>
<option value="links_fragma.html">-Fragma Links</option>
<option value="linkto.html">-Link to Fragma Web</option>
<option value="links_record.html">-Record Company Links</option>
<option value="links_re.html">-Resource Links</option>
<option value="0"></option>


<option value="0">PICTURES</option>
<option value="picsalbum.html">-Album</option>
<option value="picsdirk.html">-Dirk Duderstadt</option>
<option value="picsmarco.html">-Marco Duderstadt</option>
<option value="picsjoern.html">-Joern Friese</option>
<option value="picsdamae.html">-Damae Klein</option>
<option value="picsvid.html">-Video</option>
<option value="picswall.html">-Wallpaper</option>
<option value="picsramon.html">-Ramon Zenker</option>
<option value="0"></option>

<option value="0">THANKYOU</option>
<option value="thankyous.html">-Thankyou's</option>
<option value="0"></option>

<option value="0">UPDATES</option>
<option value="updates.html">-Fragma Web Updates</option>
<option value="0"></option>


<option value="0">HOME</option>
<option value="home.html">-Go Back Home</option>
<option value="0"></option>

</select>
</form>


</body></html>

epolady
04-15-2003, 11:54 PM
Make sure you close your DIVs

<div style="position: absolute; top: 0px; left:310px; width: 0px; height: 0px;">

<iframe width=430 height=300 src="home.html" align=center frameborder=0 hspace=10 vspace=10 scrolling="yes" name="home"> </iframe>
</div>

aerith86
04-16-2003, 12:22 AM
Oh thank you so much!!

aerith86
04-16-2003, 12:28 AM
I closed it and it still didn't move back..any clue what's causing it now?

http://www.angelfire.com/music4/fragmaweb/fragmaweb.html