Julesfrog schrieb:
Now my question. At this point, the button disappears only when the user hit the 500 mark. I would like it to disappear and stay invisible when the user reaches the 500 mark and anything below. I think it's got to do with this line: if(jQuery(this).scrollTop() != 500) but I just don't know the right "wording".
Yes, is simple ;) Try this: if(jQuery(this).scrollTop() >= 500) -- Viele Grüße, Olaf ----------------------------------- olaf.bo...@t-online.de http://olaf-bosch.de/ http://ohorn.info/ http://www.akitafreund.de/ -----------------------------------