Hello, I've been playing with layer opacity, and noticed something wrong if I try to set opacity to 0 : doesn't work... After a quick look in the code, it's simply this line in function modifyDOMElement (Utils.js) where the issue is : if (opacity){ .... } 0 gives "false" in a boolean context. Sebastien