Re: [WSG] cross-browser or vendor-specific CSS

2012-06-30 Thread Tom Livingston
Learn something new everyday. Never heard of this before! Sent from iOS 5 On Jun 30, 2012, at 12:03 AM, David Hucklesby huckle...@gmail.com wrote: On 6/29/12 11:08 AM, coder wrote: - Original Message - From: David Hucklesby Start with a simple design for mobile and old browsers.

Re: [WSG] cross-browser or vendor-specific CSS

2012-06-30 Thread Kevin Rapley
Firstly “Do websites need to look exactly the same in every browser?” http://dowebsitesneedtolookexactlythesameineverybrowser.com/ This wasn't on my radar, but even still, there are better solutions out there to handle CSS. I looked through the little documentation that this tool gave, and I

Re: [WSG] cross-browser or vendor-specific CSS

2012-06-30 Thread Tom Livingston
For the record, I was referring to :root, not the site mentioned by the OP. Sent from iOS 5 On Jun 30, 2012, at 6:43 PM, Kevin Rapley ke...@digikev.co.uk wrote: Firstly “Do websites need to look exactly the same in every browser?” http://dowebsitesneedtolookexactlythesameineverybrowser.com/

?????? [WSG] cross-browser or vendor-specific CSS

2012-06-30 Thread linxz
http://selectors.linxz.de/#32 -- -- -- ??: David Hucklesby; : 2012??6??30??(??) 12:03 ??: wsg; : Re: [WSG] cross-browser or vendor-specific CSS On 6/29/12 11:08

[WSG] cross-browser or vendor-specific CSS

2012-06-29 Thread Kevin Erickson
Hi, I am asking if anyone uses http://ecsstender.org/ to write CSS cross-browser code or, if not, what are you using to write CSS cross-browser or vendor-specific code? Many thanks! Kevin *** List Guidelines:

Re: [WSG] cross-browser or vendor-specific CSS

2012-06-29 Thread Tom Livingston
On Fri, Jun 29, 2012 at 10:20 AM, Kevin Erickson kevinlerick...@gmail.com wrote: Hi, I am asking if anyone uses  http://ecsstender.org/ to write CSS cross-browser code or, if not, what are you using to write CSS cross-browser or vendor-specific code? Many thanks! Kevin I do not use this. I

Re: [WSG] cross-browser or vendor-specific CSS

2012-06-29 Thread David Hucklesby
On 6/29/12 7:20 AM, Kevin Erickson wrote: Hi, I am asking if anyone uses http://ecsstender.org/ to write CSS cross-browser code or, if not, what are you using to write CSS cross-browser or vendor-specific code? Short answer - I don't even try to make all browsers act alike. :) Start with a

Re: [WSG] cross-browser or vendor-specific CSS

2012-06-29 Thread coder
- Original Message - From: David Hucklesby huckle...@gmail.com To: wsg@webstandardsgroup.org Cc: Kevin Erickson kevinlerick...@gmail.com Sent: Friday, June 29, 2012 5:06 PM Subject: Re: [WSG] cross-browser or vendor-specific CSS Start with a simple design for mobile and old browsers

Re: [WSG] cross-browser or vendor-specific CSS

2012-06-29 Thread David Hucklesby
On 6/29/12 11:08 AM, coder wrote: - Original Message - From: David Hucklesby Start with a simple design for mobile and old browsers. Add advanced CSS inside @media queries or qualified by :root. qualified by :root? can you give us an example here? In HTML, :root is functionally