Iframe højde 100% virker ikke i FireFox på mac
Men på safari vidern den fint.Ved nogen hvordan jeg får en iframe der fylder hele vinduet?
min kode ser sådan ud nu:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body>
<iframe src="http://www.jubii.dk" width="100%" height="100%" marginwidth="0" marginheight="0"
frameborder="0">
</iframe>
</body>
</html>
