Tag Archive: CSS3

CSS3: Fading Colors (A Quick Introduction)

Design

It's the little things, I've noticed, that really make a website design pop.  The layout may be good, the content may be worth reading, but it's small, minor details that take a good design and turn it into a great one.  With the advent of CSS3 and HTML5, those details become even easier to bring in.  No longer do designers and coders have to…

Continue Reading

Firefox 4 and CSS3

Technology

Some interesting tidbits are arising now that Firefox 4 is out in the wild.  It turns out that Firefox 4 will accept both the standard and –moz specific versions of CSS3.  For example, take the following drop shadow css: .shadow{ box-shadow: 0px 0px 12px #000; -moz-box-shadow: 0px 0px 120px #000; } In the current order, the –moz statement will be the rendering statement. However……

Continue Reading