prøv med sourcen:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<title> Unavngivet </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<center>
<font face="Verdana" size="1">
<style type="text/css">
.shadeHolder {
position: relative;
}
.shadeTBL {
position: relative;
left: 0px;
top: 0px;
z-index: 5;
background-color: #ffffff;
}
.shader {
position: absolute;
background-color: #000080;
}
</style>
<script type="text/JavaScript">
var startOpacity = 25; // Sæt selv start-opaciteten
var d=document;
function gA(o,tN){return o.getElementsByTagName(tN)}
function pI(s){return parseInt(s)}
function doShade(tbl) {
var w, h, a, offset, opac, cont = (d.all)? tbl.parentElement : tbl.parentNode;
w=pI(tbl.offsetWidth); h=pI(tbl.offsetHeight);
a = new Array();
var steps = (d.all && !window.createPopup)? 1 : 4; // Antal skygge-steps
for (var i=1; i<steps+1; i++) {
offset = i + "px";
opac = startOpacity / i;
a[a.length] = '<img class="shader" src="test_img/t.gif" ';
a[a.length] = 'style="width:'+w+'px;height:'+h+'px;left:'+offset+';top:'+offset+';z-index:'+i+';';
if (d.all) a[a.length] = 'filter:alpha(opacity='+opac+')">';
else a[a.length] = '-moz-opacity:'+(opac/100)+'">';
}
cont.innerHTML += a.join("");
}
function initShadeTBLs() {
if (d.layers) return;
var aTbl = gA(d,"TABLE");
for (var i=0; i<aTbl.length; i++) {
if ( aTbl[i].className=="shadeTBL" ) doShade( aTbl[i] );
}
}
window.onload = initShadeTBLs;
</script>
</head>
</font>
<body background="images/bg.jpg">
<div class="shadeHolder" style="width: 1000; height: 52">
<table class="shadeTBL" cellspacing="0" cellpadding="0" border="1" style="border-collapse: collapse" bordercolor="#000000" height="55" width="623">
<tr>
<td height="55" width="781"> </td>
</tr>
</table>
</div>
<div class="shadeHolder" style="width: 937;">
<table class="shadeTBL" cellspacing="0" cellpadding="0" border="1" bordercolor="#000000" style="border-collapse: collapse" width="625">
<tr>
<td width="625" height="100%" align="center" valign="top">
<iframe onload="this.style.height=this.contentWindow.document.body.scrollHeight;" width="614" name="content" scrolling="no" border="0" frameborder="0" src="comunity/index.php" height="150" marginwidth="4" marginheight="4"></iframe></td>
</tr>
</table>
</div>
</center>
</body>
</html>