Viewing 2 replies - 1 through 2 (of 2 total)
  • thats flash. the entire page.

    if you want to do something like that in php, you put whatever you want to display in an array and then randomize the display.

    Thread Starter faustina

    (@faustina)

    I am working on the placement of the thumbs first. I have this that works with each thumbnail, but I have to manually enter each value:

    style="position:absolute; left:50px; top:400px"

    I have tried generating random numbers but just can’t get it to work, for example:

    style="position:absolute; left:<?php echo(rand(10,500))?>px; top:<?php echo(rand(400,900))?>px"

    Any way I can get ramdom numbers to work with this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Random Image Scatter’ is closed to new replies.