Block existant que je n'ai pas créé.
Fermé
[TiDi]
Messages postés
126
Date d'inscription
samedi 19 octobre 2013
Statut
Membre
Dernière intervention
17 juillet 2016
-
11 janv. 2014 à 13:17
[TiDi] Messages postés 126 Date d'inscription samedi 19 octobre 2013 Statut Membre Dernière intervention 17 juillet 2016 - 12 janv. 2014 à 12:39
[TiDi] Messages postés 126 Date d'inscription samedi 19 octobre 2013 Statut Membre Dernière intervention 17 juillet 2016 - 12 janv. 2014 à 12:39
A voir également:
- Block existant que je n'ai pas créé.
- Cree un compte google - Guide
- Peer block - Télécharger - Pare-feu
- Cree un compte gmail - Guide
- Comment cree un groupe sur whatsapp - Guide
- U block origin - Télécharger - Outils pour navigateurs
4 réponses
Nhay
Messages postés
838
Date d'inscription
vendredi 2 novembre 2012
Statut
Membre
Dernière intervention
17 décembre 2015
126
11 janv. 2014 à 13:32
11 janv. 2014 à 13:32
Bonjour,
Tu est sûr que ce n'est pas dû au design de ton navigateur ?
Google chrome à une chose similaire en bas de page.
SI ton site est en ligne, l'url serait plus simple pour inspecter.
Tu est sûr que ce n'est pas dû au design de ton navigateur ?
Google chrome à une chose similaire en bas de page.
SI ton site est en ligne, l'url serait plus simple pour inspecter.
Utilisateur anonyme
11 janv. 2014 à 13:35
11 janv. 2014 à 13:35
Ce serait plus pratique voir même indispensable d'avoir le lien du site, et le code complet.
[TiDi]
Messages postés
126
Date d'inscription
samedi 19 octobre 2013
Statut
Membre
Dernière intervention
17 juillet 2016
262
11 janv. 2014 à 13:40
11 janv. 2014 à 13:40
Mon site n'est pas en ligne, j'exécute le site en localhost avec WAMP Server car il y a du PHP à l'intérieur du script.
[TiDi]
Messages postés
126
Date d'inscription
samedi 19 octobre 2013
Statut
Membre
Dernière intervention
17 juillet 2016
262
11 janv. 2014 à 14:28
11 janv. 2014 à 14:28
Je l'ai mit en commentaire sur le sujet.
[TiDi]
Messages postés
126
Date d'inscription
samedi 19 octobre 2013
Statut
Membre
Dernière intervention
17 juillet 2016
262
11 janv. 2014 à 14:26
11 janv. 2014 à 14:26
Code source complet :
CSS complet :
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <link rel="stylesheet" href="style.css" /> <link rel="icon" type="image/png" href="images/onglet1.png" /> <title>**</title> </head> <body> <header> <h1><img src="images/**.png" alt="**"/></h1> <h2>**</h2> </header> <section> <div> <p>**</br> **</br></br> <a href="**"><img src="images/**.png" alt="**"/></a></p> <p>**</br> **</br></br> **</br></br> **</p> </div> <div class="connect"> <?php if (!isset($_POST['**']) OR $_POST['**'] != "**") { ?> <form method="post" action="**.php"> <p><label for="**">**</label><input type="text" id="**" name="**"/> <label for="**">**</label><input type="text" id="**" name="**"/> <label for="**">**</label><input type="text" id"**" name="**"/> <label for="**">**</label><input type="password" id="**" name="**"/> <input src="images/**.png" type="image" value="submit" align="center"/></p> </form> <?php } else { ?> <h3 class="info">**<?php echo htmlspecialchars($_POST['**']); ?>, **<?php echo htmlspecialchars($_POST['**']); ?>.</h3> <nav class="menu"> <a href="**.php">**</a> <a href="**.php">**</a> <a href="**.php">**</a> <a href="**.php">**</a> </nav> <?php } ?> </div> </section> <footer> <p>**</br> **<a href="**.php">**</a></p> <div class="network"> <a href="#"><img src="images/**.png" alt="**"/></a> <a href="#"><img src="images/**.png" alt="**"/></a> <a href="#"><img src="images/**.png" alt="**"/></a> </div> </footer> </body> </html>
CSS complet :
body { background-image: url("images/image_fond.png"); background-repeat: no-repeat; background-attachment: fixed; } header h1 { font-family: MS Reference, Microsoft Sans Serif, Arial; font-size: 2em; text-align: center; } header h2 { font-family: MS Reference, Microsoft Sans Serif, Arial; font-size: 1.5em; text-align: center; } div { border-color: black; border-style: solid; border-radius: 5px; margin: 10px; padding: 10px; font-family: MS Reference, Microsoft Sans Serif, Arial; font-size: 0.8em; text-align: center; font-style: none; } footer { border-style: solid; border-color: black; border-radius: 5px; background-color: black; padding: 10px; margin: 10 px; color: white; font-family: MS Reference, Microsoft Sans Serif, Arial; font-size: 0.8em; } .info { color: 84, 82, 82; font-family: MS Reference, Microsoft Sans Serif, Arial; font-style: bold; } textarea { width: 300px; height: 170px; } a { text-decoration: none; color: grey; font-family: MS Reference, Microsoft Sans Serif, Arial; } .menu { font-size: 1em; }
[TiDi]
Messages postés
126
Date d'inscription
samedi 19 octobre 2013
Statut
Membre
Dernière intervention
17 juillet 2016
262
12 janv. 2014 à 12:39
12 janv. 2014 à 12:39
C'est bien Google Chrome. Parce que je suis passé sur IE et ce bloc à disparu.
Merci.
Merci.
11 janv. 2014 à 13:40
11 janv. 2014 à 13:49