@ faltalus:
So hier der relevante Teil zum angucken:
<head><script language="JavaScript" type="text/javascript">
<!--
mW=30;//Zusätzliche Breite
mH=60;//Zusätzliche Hoehe
function winResize()
{
var wH=dH=wW=dW=0;
IE=(document.all&&!window.opera);
if(IE)
{
wW=document.body.offsetWidth;
wH=document.body.offsetHeight;
}
else
{
wW=window.innerWidth;
wH=window.innerHeight;
}
i0=document.images[0];
i1=document.images[1];
dW=i0.width;if(dW<i1.width){dW=i1.width;}dW=dW+mW;
dH=i0.height+i1.height+mH;
diffW=dW-wW;
diffH=dH-wH;
window.resizeBy(diffW,diffH);
}
window.onload=winResize;
//-->
</script>
</head>
<body style="background-image: url(/global_images/header.gif); background-repeat: repeat-x; background-color:#cdd7d7" onload="winResize();">
<table width="100%" height="60" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="40"> </td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" width="100%">
<tr>
<td width="19"><img src="blank.gif" width="1" height="1"></td>
<td> </td>
</tr>
<tr>
<td width="19"><img src="blank.gif" width="19" height="1"></td>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td colspan="2"> <img src="blank.gif" width="1" height="10"></td>
</tr>
<tr>
<td><img src="
test.jpg " width="100" height="190" alt="" border="0"></td>
<tr>
<td colspan="2"><img src="blank.gif" width="1" height="10"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="19"><img src="blank.gif" width="1" height="1"></td>
<td align="right"><a href="javascript:window.close();">schließen</a> </td>
</tr>
<tr>
<td width="19"> </td>
<td> </td>
</tr>
</table>
</body>
Das Bild an dem die Größe angepasst werden soll ist in diesem Fall test.jpg. Irgend wie funktioniert das noch nicht richtig.
Danke, bist meine Rettung!