Hi all,
I have images stored in a server folder with metadata in Database.
The images are to be used as Background Images set in a .CSS file...
background: #fff url('../images/main_bg.jpg');
How do I display images by random in the CSS file?
Is it possible?
Thanks.