bonjour,
je ne parvient pas à placer deux iframe côte à côte.
il n'y a que le premier qui s'affiche!
voici le code
le css
je ne parvient pas à placer deux iframe côte à côte.
il n'y a que le premier qui s'affiche!
voici le code
<body>
<div id="global">
<div id="header"></div>
<div id="center">
<div id="menuhaut" >
</div>
<div id="sidebar">
<iframe src="page1.htm" /></div>
<div id="content">
<iframe src="page2.htm"/></div>
<div id="footer">
</div>
</div>
</div>
</body>
le css
html, body {
height: 100%;
margin: 0;
background-color: #B1ADC2;
}
div#global {
min-height:650px;
width: 100%;
padding: 0 10px;
margin: 10 auto;
position: relative;
border-top: none;
border-right: none;
border-bottom: none;
border-left: none;
}
div#center {
padding-bottom: 50px;
overflow: auto;
width:100%;
}
div#footer {
position: absolute;
width: 100%;
bottom: 0;
}
#content {
width: 86%;
bottom: 0px;
height: 500px;
float: right;
position: relative;
right: 0px;
left: 100px;
border: thick dotted #99CC99;
}
iframe {
height: 100%;
width: 100%;
overflow: visible;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
#sidebar {
float: left;
width: 12%;
height: 500px;
top: 0px;
position: relative;
text-align: center;
frameborder:1;
border: medium solid #993333;
}
#menuhaut{
height: 35px;
width: 100%;
position: fixe;
right: 0px;
background-color: #CC6699;
}
div#header {
background: #7fcf2e no-repeat;
color: #fff;
height:50px;
}
div#script {
visibility: hidden;
}
p#presentation {
position: relative;
top: 25%;
left:25%;
height: 35%;
width: 45%;
padding: 35px;
}
form div#label{
height: 29px;
font-size: medium;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
clip: rect(10px,auto,auto,auto);
position: relative;
}
.menuhaut {
list-style-type: none;
margin: 0;
padding:0;
float: right;
}
.menuhaut li {
display: inline;
}
.menuhaut a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menuhaut a:hover {
text-decoration: none;
}