maybe a few others already asked that but I couldn\'t find any answer to the problem …
$(window).scroll(function() { // Only works in Firefox and I
Use jQuery method scrolTop() it will work in all the browsers.
scrolTop()
$(document).scrollTop()