Jump to content

Recommended Posts

I am using the following but it isn't working

 

$newusdbalance etc are saved as decimal numbers in the database so they are displaying 0.00 17.51 -203.23 etc balanceplus balanceneg are css styles i have tried numerous things keeps displaying only one colour the css values are fine

 

if ($newusdbalance > 0 )
{
$balance1="balanceplus";
}
if ($newusdbalance < 0 )
{

mm thought I had it solved but i don't

I am now using

 

if ($newusdbalance > 0)
{$balance="balanceplus";}
else
{$balance="balanceneg";}

 

balanceplus is css and so is balanceneg blue and red problem is if the number =0.00 it stays red if -1.00 it red which is correct and more then 1.00 it turns blue why is it still staying red on 0.00 even if i make it > 0.99 the number 0.00 stays red??

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.