Français
English
José Giger
08
07
07
08
08
08
08
08
08
08
L’atelier - Genève – 2008
Géant – 2007
Acrylique sur structure aluminium – 300 x 62,5 cm
Note biographique
Parcours (1960 - 2000)
Recherches et travaux récents
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"; } }