I have a custom template found here
http://www.talkjesus.com/misc.php?do...te=bibleonline
This is the code
Code:
$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>Bible Online</title>
$headinclude
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">Options</td>
<td class="tcat">Bible</td>
</tr>
<tr>
<td class="alt2" style="width:200px;">
<iframe name="bar" src="http://www.talkjesus.com/bible/bible/main.htm" frameborder="0" style="width:200px;height:550px"></iframe>
</td>
<td class="alt1">
<iframe name="main" src="/bible/bible/mhcc/index.htm" frameborder="0" style="width:100%;height:550px"></iframe>
</td>
</tr>
</table>
<p> </p>
$footer
</body>
</html>
The alt1 and alt2 table classes work fine in Firefox 3, Google Chrome. However, in IE7 and IE8 (beta 2), they show a white background. I'm not sure why, never seen that before.
Example:
http://browsershots.org/http://www.t...te=bibleonline