IE 6 et 7
FF 1.5.0.8
Y a un truc qui doit m'échapper dans la construction de mes Iframe car dans IE j'arrive a ce que je veux mais pas dans FF. Il ne m'affiche que le kopf et rien d'autre...
mon but:
Code : Tout sélectionner
----------------------
| -------------- |
| | 1 | |
| |-------------| |
| | | | |
| | 2 | 3 | |
| | | | |
| |-------------| |
| | 4 | |
| |-------------| |
| |
|---------------------|
Code : Tout sélectionner
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>
Landesverwaltung Liechtenstein - Firmenindex - GBOERA
</title>
<link href="../StyleSheet.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
</head>
<body>
<div id="seite4">
<iframe width="996px" height="151px" src="Kopf.htm" scrolling="no" frameborder="0" marginheight="0" marginwidth="0" name="kopf"/>
<iframe height="650px" width="270px" src="Suchformular.htm" frameborder="0" name="main"/>
<iframe height="650px" width="720px" src="Help1.htm" frameborder="0" name="result"/>
<iframe height="20px" width="100%" src="fusszeile.htm" frameborder="0" scrolling="no"/>
</div>
</body>
</html>
Code : Tout sélectionner
body
{
background-color: #3C7BB6;
margin:0;
padding:0;
height:100%;
}
#seite
{
position:absolute;
background-color:#FFFFFF;
top:0px;
width:700px;
left:1%;
margin:7px;
margin-left:10px;
border-top-color:#000000;
border-top-style:solid;
border-top-width:1px;
border-bottom-color:#000000;
border-bottom-style:solid;
border-bottom-width:1px;
border-left-color:#000000;
border-left-style:solid;
border-left-width:1px;
border-right-width:1px;
border-right-color:#000000;
border-right-style:solid;
}
Pouvez-vous m'aider? le résultat est visible sur w w w. o e r a . l i
Merci d'avance
++
Thierry
Message envoyé avec : Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; Avalon 6.0.5070; WinFX RunTime 3.0.50727)