Ask your own question, for FREE!
Computer Science 21 Online
OpenStudy (javk):

how do I know if a document is in css or css3?

OpenStudy (anonymous):

css3 is just a new version of css. It just has more properties. http://www.w3schools.com/cssref/default.asp On the right it will tell you if the property is version 1 or version 3

OpenStudy (e.mccormick):

Most people seem to suggest using a script to detect if the browser supports css3.

OpenStudy (javk):

I don't get it...does the browser determine which version of css?

OpenStudy (e.mccormick):

What the file contains determines if it is CSS1, 3, etc. However, not all browsers support 3. So what people are doing is using a script to detect what the browser supports, then change the page content based on those results.

OpenStudy (javk):

ok...so does that mean that the only thing that determines if the file is a css3 file would be if the file contained some new features that were added in css3?

OpenStudy (e.mccormick):

From what I have read so far, yes.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!