I've just completed a website which took me months to make. (You can see it here:
). I used iFrames for the first time. My computer is set to 1024 x 768 pixels. On my own computer, it displays perfectly and looks rather good =P. However when my friends accessed it, it was completely off centre and not viewable. I there any way which I could make it display the same no matter what resolution it is viewed at? I'll paste the html for the page below.. maybe that will help?
<HTML>
<HEAD>
<META NAME="Author" CONTENT="">
<META NAME="Generator" CONTENT="Jasc Paint Shop Pro 8">
<TITLE> 263rd Glasgow Brownie Pack</TITLE>
<style type="text/css">
<!--
.mouse
{
position:absolute;
visibility:visible;
top:-50px;
font-size:10px;
font-family:tahoma;
color:pink;
}
body
{
width:100%;
overflow-x:hidden;
overflow-y:scroll;
}
-->
</style>
<style>
<!--
BODY{
scrollbar-face-color:#0033cc;
scrollbar-arrow-color:#ff3300;
scrollbar-track-color:#ffff66;
scrollbar-shadow-color:#0033cc;
scrollbar-3dlight-color:#0033cc;
scrollbar-highlight-color:#0033cc;
scrollbar-darkshadow-Color:#0033cc;
}
-->
</style>
<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
</HEAD>
<BODY>
<div style="position:absolute;left:0px;top:0px;">
<div id="Layer1" style="position:absolute; width:200px; height:115px; z-index:1; left: 14px; top: 3px">
<div align="center"><a href="main.htm" target="inlineframe"><img src="emblem.gif" width="142" height="125" border="0"></a></div>
</div>
<IMG NAME="Image20" SRC="Image3.gif" WIDTH="1014" HEIGHT="750" BORDER="0" USEMAP="#Image2">
<div id="Layer2" style="position:absolute; width:600px; height:400px; z-index:2; left:270px; top:147px; scrollbar-face-color:#0033cc; scrollbar-highlight-color:#0033cc; scrollbar-3dlight-color:#0033cc; scrollbar-shadow-color:#0033cc; scrollbar-darkshadow-color:#0033cc; scrollbar-track-color:#ffff66; scrollbar-arrow-color:#ff3300"><iframe FRAMEBORDER="0"; FRAMEBORDER-STYLE:"solid"; FRAMEBORDER-COLOR="#ff3300" width=600px height=400px src="main.htm" name="inlineframe" style="position:absolute; left:###px; top:###px" scrolling=auto></iframe>
</div>
<MAP NAME="Image2">
<AREA SHAPE="rect" COORDS="42,192,131,204" HREF="brownies.htm" target="inlineframe">
<AREA SHAPE="rect" COORDS="45,209,109,224" HREF="team.htm" target="inlineframe">
<AREA SHAPE="rect" COORDS="43,227,83,239" HREF="news.htm" target="inlineframe">
<AREA SHAPE="rect" COORDS="46,244,93,257" HREF="history.htm" target="inlineframe">
<AREA SHAPE="rect" COORDS="41,261,106,273" HREF="fun.htm" target="inlineframe">
<AREA SHAPE="rect" COORDS="43,278,99,289" HREF="gallery.htm" target="inlineframe">
<AREA SHAPE="rect" COORDS="41,293,137,308" HREF="misc.htm" target="inlineframe">
<AREA SHAPE="rect" COORDS="40,311,116,322" HREF="gbook.htm" target="inlineframe">
<AREA SHAPE="rect" COORDS="40,329,81,339" HREF="links.htm" target="inlineframe">
<AREA SHAPE="rect" COORDS="43,342,100,360" HREF="contact.htm" target="inlineframe">
</MAP>
</div></BODY>
</HTML>