'Turn lights out' img over the video
|
|
at least for me, there was this problem that when i clicked on the icon, the whole page darkened out, including the player. just solved the problem by adding this line to the end of the script:
sorry for my english.. |
|
|
I have the same problem but for me works better adding these two lines at the end of the script: document.getElementById("watch-player-div").style.position = "relative";
My browser: FF 3.0.5 on Mac More info about z-index and stacking divs: https://developer.mozilla.org/en/Understanding_... |