April 28, 2011
A distinguishing feature of CSS3 is that with CSS3, we can add an effect of changing from one style to another, without using Flash animations or JavaScripts. This is known as transition effect. The power of this feature is quite evident since it removes the burden of several other extraneous concepts from web programming. Basically, [...]
Read the full article →
April 15, 2011
Additional functionality of user interfaces is one of the most distinguishing features presented in CSS3. Some of the new user interface features introduced in CSS3 are resizing elements, box sizing, and outlining. First of all, a little about resizing elements is presented. This feature specifies whether or not an element should be resizable by the [...]
Read the full article →