On Mon, Apr 21, 2008 at 9:08 AM, ju dith <ju.dith / gmx.net> wrote: > i have a picture which dissapeares via Effect.Fade, but i'd like it to > be seen when you leave the site and come back. > but this doesn't work out when the back button is used, as the site is > not reloaded then and the div with the picture is still set on not > visible/opacity=0 > is there any possibility or solution? You want AJAX history. Basically you set some javascript to fire when the person comes back to the page. Check out http://lindsaar.net/2008/2/22/history-buttons-with-ajax-and-ruby-on-rails for how to do it. Mikel