Forum Moderators: not2easy
I have use css and javascript to be able to load a random image (from an array) on page load in the past. Is this possible to do with a div of content?
I have 3 areas on a page that the client wants to randomize - i know i could do it if the content was flash, or images, not sure if i can with html text...
Thanks in advance.
Shawna
That can be done with PHP (as well as images, as I'm sure you'd realize), but I am not sure if javascript could do it. Javascript should be able to dynamically add content such as text in a div, and all that's left if reading the files it can choose from, which I believe javascript can also do.