HubsInfo Network
You're browsing our forum as a Guest meaning you can only see a portion of the forum in read-only mode. To view all forum nodes and be able to create threads/posts please register or log-in.
PHP MySQL Linux Material Design Web Hosting Online Games SimCity BuildIt

Randomize Background Image with PHP and CSS3

0 Members and 1 Guest are viewing this topic.

Randomize Background Image with PHP and CSS3
« on: February 23, 2014, 03:20:11 PM »
Randomize Background Image with PHP and CSS3


PHP

Code: [Select]
// 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

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



Linux Ubuntu Guides Linux games - Lutris.net