[NetBehaviour] my experience of money
james of jwm-art net
james at jwm-art.net
Wed Nov 26 19:08:58 CET 2008
my experience of money:
http://www.jwm-art.net/money.php
=--------------------------------------
<?php
$nl="\n";
print'<style type="text/css">'.$nl;
for($b=0;$b<500;$b++){
$x=rand(0,100);
$y=rand(0,100);
$ix=100-$x;
$iy=100-$y;
$rr=dechex(rand(0,15));
$gg=dechex(rand(0,15));
$bb=dechex(rand(0,15));
print'div.b'.$b.'{color:#aaa;width:64px;height:64px;';
print' position:absolute;top:'.$x.'%; left:'.$y.'%;}'.$nl;
print'div.b'.$b.':hover{font-size:64px;';
print' position:absolute;top:'.$ix.'%; left:'.$iy.'%;'.$nl;
print' background-color:#'.$rr.$gg.$bb.';}'.$nl;
}
print'</style>'.$nl;
print'<body style="background:#ff0">'.$nl;
for($b=0;$b<500;$b++){
print"<div class=b$b>£</div>\n";
}
?>
More information about the NetBehaviour
mailing list