Forum Moderators: coopster
if($_SESSION['flashthingy'] < '1') {
$_SESSION['flashthingy'] = '1';
}
if($_SESSION['flashthingy'] > '0') {
$_SESSION['flashthingy'] += '1';
if($_SESSION['flashthingy'] == '4') {
$_SESSION['flashthingy'] = '0';
}
}
later...
if($_SESSION['flashthingy'] < '1') {
display animated version
} else { display non-animated }
Now with ie it works fine, but with mozilla it only shows the animated version. im guessing it has to do with how it stores session variables, only thing that makes since to me. but if so how can it be changed. you can see what i mean by going to xomar.com and checking out the top banner.
daisho.