86vomito33 | Bonjour,
j'ai ce code html
Code :
- <!DOCTYPE html>
- <html>
- <head>
- <meta chartset="utf-8"/>
- <link rel="stylesheet" href="style.css"/>
- <title> nomdurestaurant - Restaurant - Gastronomie </title>
- <script type="text/javascript" src="jquery-1.js"></script>
- <script type="text/javascript" src="jquery.js"></script
- </head>
- <body>
- <img src="EnTete.jpg" class="img3" />
- <div class="content">
- <div id="information2plus">
- <div id="navigateur2">
- <ul>
- <li id="acceuil2"><a href="acceuil.html">ACCEUIL</a></li>
- <li id="carte2"><a href="Carte.html">LA CARTE</a></li>
- <li id="info2"><a href="Infos.html">INFOS PRATIQUES & CONTACT</a></li>
- <li class="clear"></li>
- </ul>
- </div><!-- end #navigateur2 -->
- <div id="information2">
- <div id="plan2">
- <h3> Plan</h3>
- <img src="Plan.jpg" alt="Plan d'accès" class="img1" />
- </div>
- <div id="horaire2">
- <h3> Horaires et jours d'ouverture</h3>
- <p><span class="span-reutilisable">Du 10/02 au 31/03 et du 01/10 au 15/12</span></br>
- Tous les midi (12h – 14h30) + vendredi et samedi soir (19h-22h)</br>
- </br>
- <span class="span-reutilisable">Du 01/04 au 30/09:</span></br>
- Tous les jours Midi & Soir (12h -14h45 et 19h-23h).
- </p>
- </div>
- <div id="reservation2">
- <h3> Réservation</h3>
- <p>Au 01 11 11 11 11</p>
- </div>
- <div id="paiement2">
- <h3> Moyens de paiement</h3>
- <img src="Paiement.jpg" alt="Moyens de paiement acceptés" class="img2" />
- <p>Espèces, Chèques, Carte Bancaire</br>
- Ticket restaurant, Chèques vacances
- </p>
- </div>
- </div><!-- end #information2 -->
- </div><!-- end #information2plus -->
- <div id="footer">
- <p><strong>Restaurant LVS</strong> - 5 rue 45678 SSM - 05 11 11 11 11 </p>
- </div>
- </body>
- </html>
|
associé avec ce css
Code :
- p{text-align:center;}
- li{list-style:none;}
- ul{padding:0;}
- .content {margin:0 auto;width:1500px;}
- #navigateur2{margin-top:1cm;width:60%;margin-left: auto;margin-right: auto;}
- #acceuil2,#carte2,#info2{width:29%;float:left;border:1px black solid;height:50px;padding:10px 10px;text-align:center;vertical-align:center;}
- .clear{clear:both;}
- #content-home {margin:0 2%;}
- #colonne-1,#colonne-2,#colonne-3{width:30%;float:left;border:1px black solid;text-align:justify;height:175px;padding:10px 10px;}
- #acceuil2,#carte2,#info2{background-color:rgb(193,191,177);color:rgb(70,63,50)}
- a{color:rgb(129,20,83)}
- a:hover{background-color:rgb(129,20,83);color:black;}
- #colonne-1,#colonne-2,#colonne-3{background-color:rgb(193,191,177);}
- #slideshow{
- width:846px!important;
- height:340px!important;
- margin-right:auto;
- margin-left:auto;
- margin-bottom:20px;
- }
- h3{color:rgb(129,20,83);}
- #information2plus{width:900px;height:650px;border:5px pink solid;margin-right:auto;margin-left:auto;}
- #information2{width:875px;height:500px;border:5px black solid;margin-right:auto;margin-left:auto;}
- #plan2{width:250px;height:450px;border:1px blue solid;margin-left:25px;margin-top:25px;display:block;}
- #horaire2{width:550px;height:150px;border:1px green solid;margin-right:25px;margin-top:-450px;margin-left:300px;display:block;}
- #reservation2{width:550px;height:100px;border:1px red solid;margin-right:25px;margin-top:25px;margin-left:300px;display:block;}
- #paiement2{width:550px;height:150px;border:1px black solid;margin-right:25px;margin-top:25px;margin-left:300px;display:block;}
- .img1{width:200px;height:300px;margin-left:25px;margin-top:25px;}
- .img2{width:200px;height:100px;margin-left:350px;margin-top:-400px;}
- .img3{width:900px;height:700px;margin-left:350px;margin-top:-400px;}
- .span-reutilisable{text-decoration:underline;}
|
mon problème que mon text n'est pas souligné avec firefox
quelqu'un sait il ce qui se passe Message édité par 86vomito33 le 06-02-2012 à 11:06:25
|