Images apparaissent avec un sigle !!!
Résolu/Fermé
fanfanloup
-
15 juin 2008 à 19:29
fanfanloup Messages postés 15 Date d'inscription vendredi 30 mai 2008 Statut Membre Dernière intervention 13 décembre 2011 - 29 juin 2008 à 17:36
fanfanloup Messages postés 15 Date d'inscription vendredi 30 mai 2008 Statut Membre Dernière intervention 13 décembre 2011 - 29 juin 2008 à 17:36
A voir également:
- Images apparaissent avec un sigle !!!
- Sigle attention word - Forum Word
- Sigle environ - Forum Graphisme
- Sigle attention - Forum Bureautique
- Saisie des symboles à l'aide du clavier ✓ - Forum Word
- Comment supprimer les pubs qui apparaissent sans arrêt - Guide
1 réponse
elfilou
Messages postés
1091
Date d'inscription
mercredi 27 février 2008
Statut
Membre
Dernière intervention
13 décembre 2008
183
15 juin 2008 à 19:42
15 juin 2008 à 19:42
cela vient du java script que tu as mis pour protéger les images (entre nous... c'est totalement inutile!!) alors enlèves le...
15 juin 2008 à 19:50
voici la page sommaire en css
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<style type="text/css">@import url(moderne_sans_ie.css) all;</style>
<link rel="stylesheet" type="text/css" href="page sommaire.css">
<title>FanFanLoup ma passion des perles et du tricot</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<link rel="stylesheet" media="screen" type="text/css" title="sommaire" href="page sommaire.css"/>
<script type="text/javascript">
var current = 0;
var width = 4;
var max = 4;
var prefixe = "mini_";
function previous(nb) {
showWindow(false);
current = current - nb;
if (current < 0) {
current = 0;
}
showWindow(true);
}
function next(nb) {
showWindow(false);
current = current + nb;
if (current > (max - width)) {
current = max - width;
}
showWindow(true);
}
function showWindow(show) {
for(i = current ; i < current + width ; i++) {
el = document.getElementById(prefixe+i);
if (el) {
el.style.display = show?'inline':'none';
}
}
}
function changeImage(filename)
{
document.mainimage.src = filename;
}
</script>
<script language="JavaScript">
<!--
// https://twitter.com/ceosammassey
function noclic(clic) {
var mess="Image protégée !!!"; //changer le message
if (navigator.appName == 'Netscape' && clic.which==3) {
alert(mess);
}
else
if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) {
alert(mess);
}}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown = noclic;
//-->
</script>
</head>
<body>
<!-- code source HTML -->
<form method="post" action="traitement.php" id="email">
<p>
<label for="email">Pour recevoir la Newsletter :</label><br />
<input type="text" name="email" id="email1" tabindex="30" />
</p>
</form>
<a href="index.html"><img scr="images/logo_fanfanloup_text.png" id="logo"/></a>
<a href="index.html"><img scr="images/papillon30.gif" id="logo1"/></a>
<a href="perle.html"><img scr="boutons/bt1.gif" id="bt1"/></a>
<a href="tricot.html"><img scr="boutons/bt1.gif" id="bt2"/></a>
<img scr="bouton/bt3.jpg"/>
<img scr="anim240.gif" id="papideco"/>
<img scr="fond visionneuse.jpg" id="fdviso"/>
<input type="submit" value="Valider" id="validnews"/>
<a href="perle.html"><img scr="lienperle.jpg" id="lienperle"/></a>
<a href="tricot.html"><img scr="lientricot.jpg" id="lientricot"/></a>
<img scr="liencreation.jpg" id="liencreation"/>
<a href="mailto:francoise281@hotmail.com"><img scr="email_animaux17.gif" id="papillonmail"/></a>
<img src="fanfanloup-extrait.gif" width="300" height="360" border="0" id="fanfanloupextrait"/>
</body>
</html>
29 juin 2008 à 17:36
merci de m'avoir répondu