forum share
   textsms      forum    

Randomize Background Image with PHP and CSS3

INDEX \ Articole/intrebari \ Randomize Background Image with PHP and CSS3

Randomize Background Image with PHP and CSS3

text_format+  text_format-


PHP

// Randomize Background Image with PHP and CSS3.
$bg = array('bg-01.jpg', 'bg-02.jpg', 'bg-03.jpg'); // array of filenames
$i = rand(0, count($bg)-1); // generate random number size of the array
$selectedBg = "$bg[$i]"; // set variable equal to which random filename was chosen


HTML/CSS

body{font-family: 'Amarante';margin: 0;background:#000 url(/images/) top center no-repeat;}






update Ultima actualizare: 23/05/2021
done Informatiile cuprinse in aceasta sectiune sunt verificate si actualizate periodic.

list Articole recente
arrow_back Inapoi


© 2025 EVIDWEB. Toate drepturile rezervate. Design: EVIDWEB

share   forum   textsms