Re: [css-d] Media queries and em's

2013-01-16 Thread Tedd Sperling
On Jan 14, 2013, at 5:52 PM, Philip TAYLOR p.tay...@rhul.ac.uk wrote: Tedd Sperling wrote: Also, here's a complete site: http://sperling.com/clients/beckyscan/index.php Try changing your zoom levels in your Browser to see the effect. You can't do that with pixels. Edit /

Re: [css-d] Zebra Stripes effect with CSS and jQuery

2013-01-16 Thread Tedd Sperling
On Jan 13, 2013, at 10:12 PM, Anthony agav...@gmail.com wrote: The zebra stripes effect doesn't work... Did you know you could do that with php? Here's an example: http://webbytedd.com/b/color-rows/ The page should have a .php suffix -- or -- a htaccess file that calls the php

Re: [css-d] Media queries and em's

2013-01-16 Thread Tedd Sperling
On Jan 14, 2013, at 5:00 PM, Felix Miata mrma...@earthlink.net wrote: On 2013-01-14 15:55 (GMT-0500) Eric composed: html {font-size: 16px;} Then all REMs on the page will be 16px no matter what eles. Not quite. Notwithstanding that styling text in px ignores the wide variation in

Re: [css-d] Zebra Stripes effect with CSS and jQuery

2013-01-16 Thread Blake Haswell
Or CSS: http://css-tricks.com/snippets/css/css3-zebra-striping-a-table/ -- Blake Haswell http://simpleweb.com.au/ Tedd Sperling wrote: On Jan 13, 2013, at 10:12 PM, Anthonyagav...@gmail.com wrote: The zebra stripes effect doesn't work... Did you know you could do that with php? Here's