Bonjour -
Je connais la fonction pour cacher/monter une DIV.
Pour cacher,
je me posais la question lorsque cette même DIV contient plusieurs DIV (avec photos, …), suffit-il de cacher la DIV "conteneur" pour cacher le tout, ou bien au contraire il faut cacher CHAQUE DIV ?
Merci, bonne journée…
- Dimitri
- - - - - - - - - - - - - - - - - - -
function hideLayer(boite) {
if (document.getElementById)
document.getElementById(boite).style.visibility = 'hidden'
}
function backtohome() {
hideLayer('wijverkopendiv');
}
Je connais la fonction pour cacher/monter une DIV.
Pour cacher,
je me posais la question lorsque cette même DIV contient plusieurs DIV (avec photos, …), suffit-il de cacher la DIV "conteneur" pour cacher le tout, ou bien au contraire il faut cacher CHAQUE DIV ?
Merci, bonne journée…
- Dimitri
- - - - - - - - - - - - - - - - - - -
function hideLayer(boite) {
if (document.getElementById)
document.getElementById(boite).style.visibility = 'hidden'
}
function backtohome() {
hideLayer('wijverkopendiv');
}