I have a table that lists data from a database and my php decides what bg color to make the table depending on the status's of the row. (In this case "Mailed", "Paid", "Partial Paid", "Overdue", "Viewed Online"). Works just fine, however sometimes these may have duplicate status's such as Mailed and Viewed Online. Is there anyway to have the bg color two colours stripped such as a construction bar? (IE Below) Most likley using CSS of course, I'd prefer not to use images if possible. Thanks