Detect CSS Version

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
anjanesh
DevNet Resident
Posts: 1679
Joined: Sat Dec 06, 2003 9:52 pm
Location: Mumbai, India

Detect CSS Version

Post by anjanesh »

Is there any way to detect the CSS version supported by the browser ?
I've searched the posts but the topics relate to detecting the browser instead and then figuring out the css versoin. Isn't there some property to figure out the ver no that the browser supports css ?
And anyone knows how long it'll take CSS3 to be out totally ?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

AFAIK, the only way to totally tell what version CSS the browser supports is by knowing exactly what version the browser is..

As for CSS3, I'd bet the next generation of browsers will probably have support for it.
Post Reply