den måde jeg har set det sammen...
kk, men det er lidt specielt, her kommer koden for index (netscape.php) for netscape+firefox.
<HTML>
<HEAD>
<TITLE>Puppies On Acid</TITLE>
<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" scrolling="yes" scroll="yes">
</HEAD>
<table width="100%" height="330" border="0" align="center" cellpadding="0" cellspacing="0" background="bg.png">
<tr>
<td align="center" valign="top">
<table width="800" height="330" border="0" cellpadding="0" cellspacing="0" background="flash_bg.png">
<tr>
<td>
<!--url's used in the movie-->
<!--text used in the movie-->
<!--
Loading.. Please wait.
-->
<!-- saved from url=(0013)about:internet -->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="800" height="330" id="poa" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="poa.swf" /><param name="menu" value="false" /><param name="quality" value="best" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#000000" /><embed src="poa.swf" menu="false" quality="best" wmode="transparent" bgcolor="#000000" width="800" height="330" name="poa" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="
http://www.macromedia.com/go/getflashplayer" />
</object>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="800" height="24" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="41" background="gfx/netscape/l_top_1.png"></td>
<td width="716" background="gfx/top.png"></td>
<td width="43" background="gfx/netscape/r_top_1.png"></td>
</tr>
</table>
<table width="800" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="145" align="center" valign="top"><table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<th width="41" align="right" valign="top" background="gfx/l_middle.png" scope="row"><img src="gfx/netscape/l_top_2.png" width="41" height="55" /></th>
<td height="145" align="center" valign="top"><? include 'topbox.php'; ?></td>
<td width="43" valign="top" background="gfx/r_middle.png"><img src="gfx/netscape/r_top_2.png" width="43" height="56" /></td>
</tr>
</table></td>
</tr>
</table>
<center>
<iframe onload="this.height=(document.all)?content.document.body.scrollHeight:contentDocument.documentElement.offsetHeight;" id="content" SRC="control.php" NAME="content_banner" width="800"frameborder="0" marginwidth="0" marginheight="0" scrolling="no" border="no">
</iframe>
</center>
<table width="800" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="115" valign="top"><table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="41" align="right" valign="bottom" background="gfx/l_middle.png"><img src="gfx/l_buttom.png" width="41" height="114" /></td>
<td height="65" align="center" valign="bottom" background="gfx/tablebg.png"><img src="gfx/buttom.png" width="716" height="65" /></td>
<td width="43" valign="bottom" background="gfx/r_middle.png"><img src="gfx/r_buttom.png" width="43" height="115" /></td>
</tr>
</table></td>
</tr>
</table>
</html>
og control.php
<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" background="gfx/tablebg.png">
<META HTTP-EQUIV="ImageToolbar" CONTENT="No">
<META NAME="MSSmartTagsPreventParsing" CONTENT="True">
<script language="JavaScript" src="script.js" type="text/javascript"></script>
<?
if($HTTP_POST_VARS){
foreach($HTTP_POST_VARS as $Key=>$Value)
{
$$Key = $Value;
}
}
if($HTTP_GET_VARS){
foreach($HTTP_GET_VARS as $Key=>$Value)
{
$$Key = $Value;
}
}
?>
<style type='text/css'>
html
{
overflow: auto;
overflow-y: hidden;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#C1C8D2;
scrollbar-3dlight-color:#6A7B95;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#465162;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#6A7B95;
}
</style>
<table width="800" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="41" align="right" valign="top" background="gfx/l_middle.png"> </td>
<td width="716" align="center" valign="top" background="gfx/tablebg.png">
<?
if(empty ($page))
{
include 'moduler/frontpage.php';
}
if (! empty($page) && $page == 'forum')
{
include 'moduler/forum.php';
}
if (! empty($page) && $page == 'members')
{
include 'moduler/members.php';
}
if (! empty($page) && $page == 'dkp')
{
include 'moduler/dkp.php';
}
if (! empty($page) && $page == 'rules')
{
include 'moduler/rules.php';
}
if (! empty($page) && $page == 'contact')
{
include 'moduler/contact.php';
}
if (! empty($page) && $page == 'latestnews')
{
include 'moduler/news.php';
}
if (! empty($page) && $page == 'screenshots')
{
include 'moduler/screenshots.php';
}
?>
</td>
<td width="43" background="gfx/r_middle.png"> </td>
</tr>
</table>
virker i firefox, men ikke netscape, og slet ikke i opera.