code caché code pour faire cette image( Double clic ) <script>function cache(id){ document.getElementById(id).style.display = 'none';}function show(id){ if(document.getElementById(id).style.display=='none') { document.getElementById(id).style.display = 'block'; } else { document.getElementById(id).style.display = 'none'; }}</script> .bloc_afficher { display: block; background:#ccc; width:450px; margin:auto; padding:5px; border: 2px inset #000; white-space: pre; overflow:auto; } ************************************* Voir le code ( Double clic ) .bloc_cacher { display: none; background:#FFFFFF; width:400px; margin:auto; padding:5px; border: 2px inset #000; white-space: pre; overflow:auto; } .bloc_afficher { display: block; background:#FFFFFF; width:400px;margin:auto; padding:5px; border: 4px inset #9D9D00; white-space: pre; overflow:auto; }.bloc_afficher:hover{ background:#9cc;transition: background-color 4s ease 0s;}.bloc_cacher:hover{ background:#9cc; transition: background-color 4s ease 0s; } Auteur : simon-Léoncini 28/11/2016 1 J'aime 1 0 Poster un commentaire 0 Tweet Imprimer × Membres qui aiment ce contenu Panier: 0 article ⨯ Inscrivez-vous au blog Soyez prévenu par email des prochaines mises à jour Rejoignez les 19 autres membres Inscrivez-moi