Random background image

alexandergovoni / 2014-06-02 17:30:22   

I want my page to generate a random background image every time someone opens it. But then I want this random image to stay the same throughout the whole page and its sections.
Every script I tried (css or js) generates a random image again each time a section link gets clicked.
Does anyone have a suggestion how to solve this?

Vaska A / 2014-06-04 19:57:40   

Customization. You would have to tell javascript to keep the random image for each section in a cookie.

Otherwise, it would be much easier to set the values directly via CSS (but it would not be random).

alexandergovoni / 2014-06-07 17:57:54   

Thanks! Could you please help me out with some code or tell me where to find one that suits my needs?

This thread has been closed, thank you.