Re: Can't change color of rows in table?

2011-10-23 Thread Arno.E
Actually, it is working. You're setting the background color to *white*. If 
you want to change the background color to something like #f5f5f5 in line 
170, it should show up.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Can't change color of rows in table?

2011-10-21 Thread Arno.E
Sorry, also in your CSS on line 166: it should be tr.altrow, not 
table.altrow. Try that and see if it works?

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Can't change color of rows in table?

2011-10-20 Thread Arno.E
Hey, Yves

Unfortunately IE8 doesn't support the CSS selectors you're using 
(:nth-child). Your table html code will have to use .altrow classes on the 
rows to support alternate row colours.

You didn't post any of the code that generates tables, so I can't review 
that for you, but hope this helps.

Cheers
Arno

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Can't change color of rows in table?

2011-10-20 Thread Arno.E
Hey, Yves

I've edited the pastebin of your view, have a look at: 
http://bin.cakephp.org/view/1202214697

Cheers
Arno

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php