Icones qui ne se séplacent pas avec le background

HTML France CSS html { margin-left: auto; margin-right: auto; width: 1232px; overflow: scroll; background-attachment: fixed; background-repeat: no-repeat; background-image: url("mapmonde.jpg"); font-family: Verdana, sans-serif

5
Ajax et href complet

function(){ $("#menu a").click(function(){ page=($(this).attr("href")); $.ajax({ url: "traitement.php?page="+page, cache:false, success:function(html){ afficher(html); }, error:function(XMLHttpRequest,textStatus,errorThrown){ alert(textStatus); } }) return false; }) });

7
Commencer animation au scroll

html ci-dessous, j'utilise animate.css et WOW.js. ` around around around around around around around around Mon élément HTML animé around aroundaround around around $(document).ready(function(){around new WOW().init();around });around around around ` Mon objectif est simple, lorsque

3
Node mailer problème de mot de passe

html: output // html body }; // send mail with defined transport object transporter.sendMail(mailOptions, (error, info) => { if (error) { return console.log(error); } console.log('Message sent: %s', info.messageId); console.log('Preview URL: %s', nodemailer.getTestMessageUrl(info

1
Détecter si mail ouvert par le destinataire

html) pour envoyer mon email. Pas de soucis cela marche très bien. ### Ce que je veux J'aimerai par contre savoir si le mail a été ouvert par le destinataire

4
passer information url dans une autre page sans jquery

html deuxième page : ``` Bonjour votre adresse Email est Votre avis sur la scolarité à l'école Satisfait Plutôt oui Plutôt non Remarque Suivant redirectUrl() ``` url deuxième page : http://localhost/enquete_js/enquete.html?nom=ff&email

4
Chevauchement footer/contenu avec Foundation

HTML ``` MENU SLIDESHOW Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation

3
affichage changement select ne marche pas

html(v+" "+t); }) .trigger('change'); }). j'ai voulue le réadapter à lon formulaire mais rien ne se passe $('.my_aircraft').change(function () { v = $(".my_aircraft option:selected").val(); t = $(".my_aircraft

6
navbar php
a2da,

HTML $titre HTML; } ?>" " " **Ce que je veux** Une navbar dynamique **Ce que j'obtiens

0
Probleme simple de routing

Html->link($v'name'],$v'link']);?> et /Trucs/index.php qui sont identiques

1