Menu en a la meme position en haut a droite![RESOLU]
Publié : 30 oct. 2006, 12:03
Bonjour,
Voila mon probleme,
J ai une page avec un menu a droite sous une image!
ce menu bouge en fonction des pages...
Voici mon css
Voici ma page index php (php car j ai un include!)
Ce code est copié coller dans chaque page, et pourtant il bouge!
Quelqu un peut il m aider!
merci à tous
Voila mon probleme,
J ai une page avec un menu a droite sous une image!
ce menu bouge en fonction des pages...
Voici mon css
Code : Tout sélectionner
body { margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:0px; background-color: #000000}
.text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #40637A}
.text2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #4d4c4a}
.title { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 17px; color: #40637A; font-weight: bold}
.logo { font-family: Weltron Urban; font-size: 45px; font-weight: bold; color: #40637A}
.bottom { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #CFD8DE}
.photo { font-family: Weltron Urban; font-size:20px; color: #57768A}
a:link { color: #57768A; text-decoration: none}
a:visited { color: #57768A; text-decoration: none}
a:hover { color: #333333; text-decoration: none}
a.designby:link { color: #CFD8DE; text-decoration: none}
a.designby:visited { color: #CFD8DE; text-decoration: none}
a.designby:hover { color: #FFFFFF; text-decoration: none}
a.menu:link {font-family: Weltron Urban; font-size:27px; color: #57768A; text-decoration: none}
a.menu:visited {font-family: Weltron Urban; font-size:27px; color: #57768A; text-decoration: none}
a.menu:hover {font-family: Weltron Urban; font-size:27px; color: #e7e3d7; text-decoration: none}
BODY {
scrollbar-face-color: 000000;
scrollbar-highlight-color: 000000;
scrollbar-3dlight-color: 000000;
scrollbar-darkshadow-color: 000000;
scrollbar-shadow-color: gray;
scrollbar-arrow-color: cdc8c0;
scrollbar-track-color: 000000;
}
#global {
position:absolute;
left: 50%; top: 50%;
width: 1000px;
height: 740px;
margin-top: -370px; /* moitié de la hauteur */
margin-left: -500px; /* moitié de la largeur */
border: 0px solid #000;
}
Code : Tout sélectionner
<!-- debut menu-->
<td align="center" bgcolor="#000000" valign="top" width="150">
<table style="top: 900px; width: 180px; height: 223px; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="2" cellspacing="3">
<tbody>
<?php include("menu.htm");?>
</tbody>
</table>
</td>
<!-- fin du menu-->
Quelqu un peut il m aider!
merci à tous
