iframe driller - height="100%"
Jeg har placeret en iframe som skal have height="100%" og width="100%".Højden bliver ikke 100% kun ca 100px i Firefox på mac.
Nogle forslag ????
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Menli</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
</head>
<style type="text/css">
body
{
background-image:
url('logo.gif');
background-repeat:
no-repeat;
background-attachment:
fixed;
margin:0px;
padding: 0px;
leftmargin:0;
marginheight:0;
marginwidth:0;
topmargin:0;
}
</style><body></body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top" width="100%" height="100%">
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td align="left" valign="top">
<iframe src="xx.php" frameborder="0" scrolling="no" align="top" height="100%" width="100%"></iframe>
</td>
</tr>
</table>
</body>
</html>