Probleme hauteur Iframe
Bonjour,
Voila je viens car j'ai un site internet et un forum.
j'ai voulu inserer mon forum Forumactif dans mon site.
J'ai utilisé les iframe pour y parvenir mais un probleme se pose la hauteur de l'iframe.
Solution trouvé prendre la plus grande page du forum et fixé la hauteur de l'iframe mais de retour sur la page d'acceuil nous avons un scrolling de 3km qui sert a rien
voila mon code
- 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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Caserne 53 de Bipcity</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" media="screen" type="text/css" title="style" href="style.css" />
<script type="text/javascript" src="functions.js"></script>
</head>
<body>
<div id="logo"></div>
<div id="en_tete"></div>
<div id="news">
<?php include("news.php");?>
</div>
<div id="menu">
<?php include("menu.php");?>
</div>
<div id="compteur">
<?php include("compteur.php");?>
</div>
<iframe src="http://bipcity.forum-actif.eu/forum.htm" width=75% height=3000 frameborder=no SCROLLING=no allowTransparency="true"></iframe>
<br />
</body>
</html>
Le site est visible ici
http://www.bipcity.com/forum.php
Merci beaucoup de votre aide