Salve a tutti, ho un problema con la gestione delle iFrame (tramite CSS) fra Firefox ed IE7, in sostanza se andata a vedere questa pagina sia con Firefox che IE7, noterete che IE7 non foramtta correttamente la pagina:
www.lumierestudios.com/test/test.html
Posto anche il codice per semplicità:
Grazie a tutti.
Enrico
<!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></title>
</head>
<body>
<iframe style="position:absolute; height:auto; width:100px; top:0px; left:0px; bottom:0px; border:none; background-color:#FFFF00"></iframe>
<iframe style="position:absolute; margin-left:100px; width:auto; top:0px; left:0px; right:0px; bottom:0px; border:none; background-color:#FF0000"></iframe>
</body>
</html>