Français
English
José Giger Paintings and Installation
Peinture 022
Note biographique
1960 - 2000 course
Researches and recent work
Contact
function findPos(obj) { var curleft = curtop = 0; if (obj.offsetParent) { curleft = obj.offsetLeft curtop = obj.offsetTop while (obj = obj.offsetParent) { curleft += obj.offsetLeft curtop += obj.offsetTop } } return [curleft,curtop]; } function affcon(x) { cible = document.getElementById("affcon"); if( x ) { pos = findPos(document.getElementById("affconcommander")); cible.style.left = pos[0]+"px"; cible.style.top = pos[1]+"px"; cible.style.display = "block"; } else { cible.style.display = "none"; } }