Re: [PHP] Zebra Striped Table Example

2009-06-04 Thread Raymond Irving
eason why it appears to not be working at all. Best regards, __ Raymond Irving --- On Thu, 6/4/09, Ashley Sheridan wrote: > From: Ashley Sheridan > Subject: Re: [PHP] Zebra Striped Table Example > To: "Raymond Irving" > Cc: "'PHP-General List'" > Da

Re: [PHP] Zebra Striped Table Example

2009-06-04 Thread tedd
At 8:10 AM -0700 6/1/09, Raymond Irving wrote: Hello, There are many different ways and techniques that we can use to add alternate colors to table rows. Here's another solution that's very simple and straight forward. For example: $page['table tr:even']->css('background:#eee'); Check ou

Re: [PHP] Zebra Striped Table Example

2009-06-03 Thread Ashley Sheridan
On Wed, 2009-06-03 at 21:58 -0700, Raymond Irving wrote: > Hi Ashley, > > Thanks for the feedback. See my comments below: > > > Doesn't work in the majority of browsers out there at the > > moment. > > I've tested it in IE7, FF3, Safari3 and Opera9. Which Browsers have you > tested it in? >

Re: [PHP] Zebra Striped Table Example

2009-06-03 Thread Raymond Irving
Hi Ashley, Thanks for the feedback. See my comments below: > Doesn't work in the majority of browsers out there at the > moment. I've tested it in IE7, FF3, Safari3 and Opera9. Which Browsers have you tested it in? > For striped tables, you're still better off > using server-side code to ap

Re: [PHP] Zebra Striped Table Example

2009-06-03 Thread Ashley Sheridan
On Mon, 2009-06-01 at 08:10 -0700, Raymond Irving wrote: > Hello, > > There are many different ways and techniques that we can use to add alternate > colors to table rows. Here's another solution that's very simple and straight > forward. For example: > > $page['table tr:even']->css('backgr