How do i get the version of CSS that I am using?
As far as I know there's nothing in CSS code that specifies the version. Browsers are designed to interpret one or more versions of CSS at runtime. Therefore, I would imagine that you would need to get the verion of the browser via javascript and then determine what version of CSS is understood by the browser.