User Tools

Site Tools


vpfjsphp:dealing_with_layers
(...)
  function resetZ() {
    var elements = document.querySelectorAll('img');
    for (var i = elements.length - 1; i >= 0; i--) {
      elements[i].style.zIndex = 5;
    }
  }
(...)
vpfjsphp/dealing_with_layers.txt · Last modified: 2016/03/06 21:49 by leo