Web Design Layout Ideas
Header image

Useful CSS Selector Tutorials & Browser Compatibility

June 13th, 2011 | Posted by in Css - (Comments Off)

The parts of CSS3 that seem to grab the most column inches on blogs and in articles are the shiny bits. Rounded corners, text shadow and new ways to achieve CSS layouts are all exciting and bring with them all kinds of possibilities for web design. However what really gets me, as a developer, excited is a bit more mundane.

Cleaner Code with CSS3 Selectors

(more…)

CSS Typography

June 7th, 2011 | Posted by in Css - (Comments Off)

Typography is often overlooked in todays design specifically by web developers. It really is a shame because CSS gives us so much control over our type. That being said, we our limited to certain “web safe” typefaces but that shouldn’t decrease our creativity. Here are a few CSS tips for typography on the web.

CSS Typography
(more…)

CSS Tutorials For Dealing With Background

June 4th, 2011 | Posted by in Css - (Comments Off)

CSS Tutorials For Dealing With Background – Is there a way to make a background image resizeable? As in, fill the background of a web page edge-to-edge with an image, no matter the size of the browser window. Also, have it resize larger or smaller as the browser window changes. Also, make sure it retains its ratio (doesn’t stretch weird). Also, doesn’t cause scrollbars, just cuts off vertically if it needs to. Also, comes in on the page as an inline img tag.

Resizeable Background Image
(more…)

Everything You Want To Know About CSS3

June 4th, 2011 | Posted by in Css - (Comments Off)

We all know that IE 6,7 not support the new increase CSS3 property, even with IE8 which is not fully ready for CSS3 yet. You know what, there is a script hack that helps you enable CSS3 support in IE (even with IE6) with new CSS3 properties, including: border-radius (rounded), box-shadow ( shadow), text-shadow (the shadow of the text).

Kick-ass CSS3 Support in IE6
(more…)

CSS3 Transitions Transforms & Animation : Tutorials & Examples

June 1st, 2011 | Posted by in Css - (Comments Off)

Transitions Transforms & Animation : Tutorials & Examples

Cascading Style Sheets 3 has been available for “some time” (first time introduced nine years ago). However, CSS3 hasn’t been available in common use for more than two years.

CSS3 Transitions in real use were introduced in late 2007 by Safari. At that time, they were referred as “CSS Animations”, but the terminology changed when Safari introduced their proprietary features also called CSS Animations

CSS3 Transitions
(more…)