jibi18 Posted January 25, 2006 Share Posted January 25, 2006 hoy voila j'ai un pb avec un site que je dois faire pour un travail scolaire le problème ç'est mes liens avec ie sa donne et firefox quelqu'un pourrait m'aider? ^^ le lien de test est LA Merci de vos réponses Link to comment Share on other sites More sharing options...
fabien29200 Posted January 25, 2006 Share Posted January 25, 2006 Je pense que ton pb n'a rien à voir avec les CSS ... Mais est tout simplement du au fait que tu ne mets pas de retour à la ligne après tes liens ... IE interprète ton retour à la ligne dans l'éditeur comme un <br> pas Firefox. Rajoute des <br> après tes liens .... EDIT : autant pour moi, des <br /> .... impardonnable Link to comment Share on other sites More sharing options...
jibi18 Posted January 25, 2006 Author Share Posted January 25, 2006 idem mais merci quand même mon problème est surtout le fait que le hover sur le menu ne prend pas toute la largeur du div alors que sous ie ç'est le cas body{ background-color :#6699FF ; color : #fff; } div.logo{ width:190px; margin-left:5px; margin-top:10px; position:absolute; } div.menu{ width:190px; background-color:#6699FF; border:2px dotted #fff; margin-left:5px; text-align: center; margin-top:150px; position:absolute; } a.menu2{ width:190px; height:30px; font-size : 25px; text-align: center; color : #fff; background :#6699FF; text-decoration: none; } a.menu2:hover { height:29px; color:#6699FF; background:#fff; } <head> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <div class="logo"> <center><img src="orleansiut.gif"></center> </div> <br> <div class="menu"> <a class="menu2" href="/">Truc</a><br /> <a class="menu2" href="/">Truc</a><br /> <a class="menu2" href="/">Truc</a><br /> <a class="menu2" href="/">Truc</a> </div> </body> voila le code ^^ merci de vos futurs réponses Link to comment Share on other sites More sharing options...
Sentinel Posted January 25, 2006 Share Posted January 25, 2006 a.menu2 { display: block; } Link to comment Share on other sites More sharing options...
jibi18 Posted January 25, 2006 Author Share Posted January 25, 2006 merci!!!! sa marche ^^ Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.