Skip to content

Commit

Permalink
ie z-index fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wavded committed Jul 12, 2011
1 parent 6901b8b commit 947a7a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions humane.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
if(win.humane.forceNew){
opacity = useFilter ? humaneEl.filters.item('DXImageTransform.Microsoft.Alpha').Opacity/100|0 : humaneEl.style.opacity|0;
}
humaneEl.style.visibility = "visible";
humaneEl.style.zIndex = 100000;
interval = setInterval(function(){
if(opacity < 1) {
opacity += 0.1;
Expand All @@ -145,7 +145,7 @@
}
else {
clearInterval(interval);
humaneEl.style.visibility = "hidden";
humaneEl.style.zIndex = -1;
end();
}
}, 200 / 20);
Expand Down
2 changes: 1 addition & 1 deletion humane.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 947a7a3

Please sign in to comment.