Cascading Style Sheets, level 2 offers many new properties and methods to control the look and feel of your documents in various different settings – not just Web pages. No browser fully supports CSS2.
I don’t know the level of CSS2 support at this time. But a couple of years ago, CSS2 was not widely support. Here’s a CSS2 reference, well it includes CSS1, that will tell you which browsers support it.
For more information on the differences between CSS2 and CSS1, see:
“CSS2 builds on CSS1 (see [CSS1]) and, with very few exceptions, all valid CSS1 style sheets are valid CSS2 style sheets. CSS2 supports media-specific style sheets so that authors may tailor the presentation of their documents to visual browsers, aural devices, printers, braille devices, handheld devices, etc. This specification also supports content positioning, downloadable fonts, table layout, features for internationalization, automatic counters and numbering, and some properties related to user interface”
For many web designers, the biggest impact is probably the positioning capabilities. Using CSS2, it is possible to create complex layouts without using tables.
May 11th, 2008 at 6:07 am
Hello.
Cascading Style Sheets, level 2 offers many new properties and methods to control the look and feel of your documents in various different settings – not just Web pages. No browser fully supports CSS2.
Bye.
May 11th, 2008 at 7:54 am
Hi.
I don’t know the level of CSS2 support at this time. But a couple of years ago, CSS2 was not widely support. Here’s a CSS2 reference, well it includes CSS1, that will tell you which browsers support it.
For more information on the differences between CSS2 and CSS1, see:
“CSS2 builds on CSS1 (see [CSS1]) and, with very few exceptions, all valid CSS1 style sheets are valid CSS2 style sheets. CSS2 supports media-specific style sheets so that authors may tailor the presentation of their documents to visual browsers, aural devices, printers, braille devices, handheld devices, etc. This specification also supports content positioning, downloadable fonts, table layout, features for internationalization, automatic counters and numbering, and some properties related to user interface”
I hope this helps.
-Leon S
May 12th, 2008 at 11:56 pm
For many web designers, the biggest impact is probably the positioning capabilities. Using CSS2, it is possible to create complex layouts without using tables.