jai pa tout compris. J'ai ca:
Code :
- <div class="table_main"><iframe src="news.php" name="main" width="100%" height="100%" frameborder="0" marginwidth="0" marginheight="0" scrolling="auto"></iframe></div>
|
et ca dans ma feuille de style:
Code :
- .table_main {
- border-style:solid;
- position: absolute;
- top: 20%;
- left: 20%;
- background-color:black;
- border-color:#003399;
- border-width:1px;
- width: 57%;
- height: 72%;
- color: #FFFFFF;
- FILTER: alpha(opacity="70" );
- }
|
Je dois faire quoi alors?