Problème de <DIV> / placement dans la page !
Fermé
Onishi
Messages postés
314
Date d'inscription
jeudi 17 avril 2008
Statut
Membre
Dernière intervention
11 février 2009
-
Modifié par crapoulou le 12/04/2016 à 20:25
Onishi Messages postés 314 Date d'inscription jeudi 17 avril 2008 Statut Membre Dernière intervention 11 février 2009 - 13 janv. 2009 à 14:28
Onishi Messages postés 314 Date d'inscription jeudi 17 avril 2008 Statut Membre Dernière intervention 11 février 2009 - 13 janv. 2009 à 14:28
A voir également:
- Problème de <DIV> / placement dans la page !
- Comment supprimer une page dans word - Guide
- Word numéro de page 1/2 - Guide
- Traduire la page - Guide
- Mettre google en page d'accueil - Guide
- Bordure de page word - Guide
2 réponses
Archeus01
Messages postés
1571
Date d'inscription
mercredi 3 octobre 2007
Statut
Membre
Dernière intervention
9 juin 2022
450
9 janv. 2009 à 17:40
9 janv. 2009 à 17:40
<div style="float:left;">
Bah, oui, il va être positionné par rapport à ton menu du milieu, et à gauche de celui-ci donc float : left.
Quel est ton problème exactement? (il passe en dessous ou je sais pas moi...)
Bah, oui, il va être positionné par rapport à ton menu du milieu, et à gauche de celui-ci donc float : left.
Quel est ton problème exactement? (il passe en dessous ou je sais pas moi...)
Dalida
Messages postés
6728
Date d'inscription
mardi 14 mai 2002
Statut
Contributeur
Dernière intervention
11 janvier 2016
922
13 janv. 2009 à 11:23
13 janv. 2009 à 11:23
salut,
si c'est pour s'échanger du HTML et CSS vous pouvez le partager ici, on y a directement accès par le site…
et ça permet aux autres de bénéficier d'une aide potentielle.
si c'est pour s'échanger du HTML et CSS vous pouvez le partager ici, on y a directement accès par le site…
et ça permet aux autres de bénéficier d'une aide potentielle.
Onishi
Messages postés
314
Date d'inscription
jeudi 17 avril 2008
Statut
Membre
Dernière intervention
11 février 2009
21
13 janv. 2009 à 14:28
13 janv. 2009 à 14:28
Voici mon code avec des modifications de Archeus, je n'ai pu encore le tester, travail sur une autre application en ce moment :
<!-- Le div de droite -->
<div style="height:100%;width:20%;float:right;" id="content">
toto
<div name="haut" style="height:200px;">
menu droit haut
</div>
<div name="milieu" style="height:400px;">
menu droit milieu
</div>
<div name="bas" style="height:200px;">
menu droit bas
</div>
</div>
<div style="height:100%;width:60%;float:right;" id="content">
<p>Bienvenue sur MangaWorld ! Ici vous trouverez des tas de mangas avec leur résumés ainsi que des wallpapers à télécharger. Il existe aussi un forum ou vous pourrez discuter de vos mangas préférés. Noubliez pas de vous inscrire, bonne visite !</p>
</div>
<br>
<!-- Les divs sont l'un dans l'autre-->
<!-- Le div du haut du menu de connexion -->
<div id="loginBox">
<div id="loginBoxTop" style="height:40px;width:21%;background:url('images/menu/myaccount_top.gif') no-repeat;"></div>
<div id="loginBoxContent" style="height:60px;width:21%;background:url('images/menu/myaccount_content.gif');">
<table cellspacing="0" cellpadding="0" border="0" width="138" align="center">
<form method="post" name="ilogin" action="ilogin.php">
<tr>
<td width="96" height="16" align="center" style="background:url('images/menu/bg_register_input2.png') no-repeat;"><input type="text" name="sname" tabindex="1" style="background-color:transparent; border:0; width:84px; height:14px; font:normal 10px Verdana; color:#333333;"/></td>
<td rowspan="3" width="2"></td>
<td rowspan="3" width="39"><a href="#" OnClick="document.ilogin.submit()"><input type="image" src="images/menu/btn_login.gif" border="0" /><a/></td>
</tr>
<tr>
<td height="3"></td>
</tr>
<tr>
<td height="16" align="center" style="background:url('images/menu/bg_register_input2.png') no-repeat;"><input type="password" name="spass" tabindex="1" style="background-color:transparent; border:0; width:84px; height:14px; font:normal 10px Verdana; color:#333333;" /></td>
</tr>
</form>
</table>
</div>
<div id="loginBoxBottom" style="height:20px;width:21%;background:url('images/menu/myaccount_bottom.gif') no-repeat;"></div>
</div>
<!-- Le div du haut du menu de gauche -->
<div style="height:40px;width:21%;background-image:url(images/menu/submenu_home.gif)">
</div>
<!-- Le div du milieu du menu de gauche -->
<div style="height:250px;width:21%;background-image:url(images/menu/submenu_content.gif)">
<table>
<tr><td><a style="text-decoration:none;border:none;margin:20px;color:black;text-align:center;font-weight:bold" href="index.php">Accueil</a><br><td></tr>
<tr><td><a style="text-decoration:none;border:none;margin:20px;color:black;text-align:center;font-weight:bold" href="inscription.php">Inscription</a><br></td></tr>
<tr><td><a style="text-decoration:none;border:none;margin:20px;color:black;text-align:center;font-weight:bold" href="histoire.php">Histoire</a></td></tr>
<tr><td><a style="text-decoration:none;border:none;margin:20px;color:black;text-align:center;font-weight:bold" href="wallpapers.php">Wallpapers</a></td></tr>
<tr><td><a style="text-decoration:none;border:none;margin:20px;color:black;text-align:center;font-weight:bold" href="moncompte.php">Gérer mon compte</a></td></tr>
<tr><td><a style="text-decoration:none;border:none;margin:20px;color:black;text-align:center;font-weight:bold" href="livredor.php">Livre d'or</a></td></tr>
</table>
</div>
<!-- Le div du bas du menu de gauche -->
<div style="height:170px;width:21%;float:left;background-image:url(images/menu/submenu_bottom.jpg)">
</div>
</div>
<!-- Le div de droite -->
<div style="height:100%;width:20%;float:right;" id="content">
toto
<div name="haut" style="height:200px;">
menu droit haut
</div>
<div name="milieu" style="height:400px;">
menu droit milieu
</div>
<div name="bas" style="height:200px;">
menu droit bas
</div>
</div>
<div style="height:100%;width:60%;float:right;" id="content">
<p>Bienvenue sur MangaWorld ! Ici vous trouverez des tas de mangas avec leur résumés ainsi que des wallpapers à télécharger. Il existe aussi un forum ou vous pourrez discuter de vos mangas préférés. Noubliez pas de vous inscrire, bonne visite !</p>
</div>
<br>
<!-- Les divs sont l'un dans l'autre-->
<!-- Le div du haut du menu de connexion -->
<div id="loginBox">
<div id="loginBoxTop" style="height:40px;width:21%;background:url('images/menu/myaccount_top.gif') no-repeat;"></div>
<div id="loginBoxContent" style="height:60px;width:21%;background:url('images/menu/myaccount_content.gif');">
<table cellspacing="0" cellpadding="0" border="0" width="138" align="center">
<form method="post" name="ilogin" action="ilogin.php">
<tr>
<td width="96" height="16" align="center" style="background:url('images/menu/bg_register_input2.png') no-repeat;"><input type="text" name="sname" tabindex="1" style="background-color:transparent; border:0; width:84px; height:14px; font:normal 10px Verdana; color:#333333;"/></td>
<td rowspan="3" width="2"></td>
<td rowspan="3" width="39"><a href="#" OnClick="document.ilogin.submit()"><input type="image" src="images/menu/btn_login.gif" border="0" /><a/></td>
</tr>
<tr>
<td height="3"></td>
</tr>
<tr>
<td height="16" align="center" style="background:url('images/menu/bg_register_input2.png') no-repeat;"><input type="password" name="spass" tabindex="1" style="background-color:transparent; border:0; width:84px; height:14px; font:normal 10px Verdana; color:#333333;" /></td>
</tr>
</form>
</table>
</div>
<div id="loginBoxBottom" style="height:20px;width:21%;background:url('images/menu/myaccount_bottom.gif') no-repeat;"></div>
</div>
<!-- Le div du haut du menu de gauche -->
<div style="height:40px;width:21%;background-image:url(images/menu/submenu_home.gif)">
</div>
<!-- Le div du milieu du menu de gauche -->
<div style="height:250px;width:21%;background-image:url(images/menu/submenu_content.gif)">
<table>
<tr><td><a style="text-decoration:none;border:none;margin:20px;color:black;text-align:center;font-weight:bold" href="index.php">Accueil</a><br><td></tr>
<tr><td><a style="text-decoration:none;border:none;margin:20px;color:black;text-align:center;font-weight:bold" href="inscription.php">Inscription</a><br></td></tr>
<tr><td><a style="text-decoration:none;border:none;margin:20px;color:black;text-align:center;font-weight:bold" href="histoire.php">Histoire</a></td></tr>
<tr><td><a style="text-decoration:none;border:none;margin:20px;color:black;text-align:center;font-weight:bold" href="wallpapers.php">Wallpapers</a></td></tr>
<tr><td><a style="text-decoration:none;border:none;margin:20px;color:black;text-align:center;font-weight:bold" href="moncompte.php">Gérer mon compte</a></td></tr>
<tr><td><a style="text-decoration:none;border:none;margin:20px;color:black;text-align:center;font-weight:bold" href="livredor.php">Livre d'or</a></td></tr>
</table>
</div>
<!-- Le div du bas du menu de gauche -->
<div style="height:170px;width:21%;float:left;background-image:url(images/menu/submenu_bottom.jpg)">
</div>
</div>
9 janv. 2009 à 17:45
Tiens je te montre le code mais par message privé ok ?
13 janv. 2009 à 10:48