Bonjour,
Je rencontre un problème pour rendre cliquable mon background, ci-dessous le code mentionné dans mes fichiers
Dans le fichier .css
#site-wrapper {
background: url("lien_pour_afficher_image") no-repeat scroll center top rgba(0, 0, 0, 0);
background-attachment:fixed;
background-color: #7E99AE;
Dans l'index.php
<script type="text/javascript">
<?php echo $ga; ?>
$("#site-wrapper").click(function () {
location.href="url de redirection";
});
</script>
L'image s'affiche bien mais url de redirection ne fonctionne pas .
Je ne vois pas ce qui cloche dans mon code
je recherche une âme charitable pour m’aiguiller
Merci par avance
Je rencontre un problème pour rendre cliquable mon background, ci-dessous le code mentionné dans mes fichiers
Dans le fichier .css
#site-wrapper {
background: url("lien_pour_afficher_image") no-repeat scroll center top rgba(0, 0, 0, 0);
background-attachment:fixed;
background-color: #7E99AE;
Dans l'index.php
<script type="text/javascript">
<?php echo $ga; ?>
$("#site-wrapper").click(function () {
location.href="url de redirection";
});
</script>
L'image s'affiche bien mais url de redirection ne fonctionne pas .
Je ne vois pas ce qui cloche dans mon code
je recherche une âme charitable pour m’aiguiller
Merci par avance
Commentaire