It is an advanced version of CSS. It has more functionality and requires updated and advanced browsers to support it. Some of the most important CSS3 features are: rounded corners, multiple background, 3d animations, advanced shadow properties, etc. Check out: http://www.w3schools.com/css3 http://www.webmakerszone.com Regards!
One of the best things that will happen to the Internet . Unfortunately it's only partially deployed .
It is advanced version of CSS with more additional features like Transforms, rotate, Text Effects, Animations, borders and more in it.
CSS3 is a much advance version of CSS2 it implements animation and transitions with ease,you can create complex animation with simple codes unlike using JS with complex codes but the output is the same.
See w3schools.com/css3 or view lectures of Lynda @ lynda.com/CSS-training/css3-first-look/73288-2.html Good Luck
3 year ? LOL you're gonna keep seeing this 2 years after the final deployment of the CSS3 protocols .
Check out css3.com w3school.com you can get many information. if confused pm me... Have a great day...!!
Check out css3.com w3schools.com you can get many information. if confused pm me... Have a great day...!!
you can learn more on CSS3 on http://www.w3schools.com/css3 http://www.webmakerszone.com http://www.CSS3.com
HELLO CSS Level 3 builds on CSS Level 2 module by module, using the CSS2.1 specification as its core. Each module adds functionality and/or replaces part of the CSS2.1 specification. The CSS Working Group intends that the new CSS modules will not contradict the CSS2.1 specification: only that they will add functionality and refine definitions. As each module is completed, it will be plugged in to the existing system of CSS2.1 plus previously-completed modules. From this level on modules are levelled independently: for example Selectors Level 4 may well be defined before CSS Line Module Level 3.
Here is some great code I use a lot to make div corners round and add shadow. "style="border:1px #000 solid; position:relative; text-decoration:none;-moz-border-radius:5px;-webkit-border-radius:5px;-moz-box-shadow:0 0 10px #666;-webkit-box-shadow:0 0 10px #666;" Try it out sometime.