[fixes #15] ikachan z-index set to 999999

This commit is contained in:
Xkeeper 2015-08-13 20:45:00 -07:00
parent e59edb197b
commit ae2670a686

View File

@ -343,7 +343,7 @@
//$ikaquote = 'Back to being a fixture now, please stop bitching.'; //$ikaquote = 'Back to being a fixture now, please stop bitching.';
//$ikaquote = 'I just want to let you know that you are getting coal this year. You deserve it.'; //$ikaquote = 'I just want to let you know that you are getting coal this year. You deserve it.';
$yyy = "<img id='f_ikachan' src='$ikachan' style=\"position: fixed; left: ". mt_rand(0,100) ."%; top: ". mt_rand(0,100) ."%;\" title=\"$ikaquote\">"; $yyy = "<img id='f_ikachan' src='$ikachan' style=\"z-index: 999999; position: fixed; left: ". mt_rand(0,100) ."%; top: ". mt_rand(0,100) ."%;\" title=\"$ikaquote\">";
} }
/*if ($_GET['w']) { /*if ($_GET['w']) {