Archive for the ‘CSS’ Category


Rounding Corners with CSS 3

on October 13, 2010 | Filed Under CSS | No Comments »

With the prospect of CSS 3 (sometimes referred to as CSS 5, due to its release with HTML5) becoming a standard within web browsers, many web designers have began implementing some of the new features on their websites. One of the most anticipated implementations is the use of Rounded Corners.

You may recall from my post, Creating Rounded Corners, that the current implementation of CSS requires you to create images and use a bit of programming to accomplish a small effect. Thanks to the newest version of CSS, that is no longer the case.

Read the rest of this entry »

Creating Rounded Corners

on October 11, 2010 | Filed Under CSS | No Comments »

Today’s lesson is focusing on the current way to implement rounded corners, as part of your site’s design. Some designers use them on small elements, while others use them for the entire site’s layout. CSS 3 (sometimes referred to as CSS 5,) as part of HTML5, will be introducing rounded corners as a standard command (See my post, Rounding Corners with CSS 3), eliminating the need to use graphics to produce them. Until then, web designers and programmers are forced to keep Photoshop handy.

Read the rest of this entry »