-
201207 Apr
Posted in Competitions
Our competition has now closed and it’s time to announce the winners, each winning a digital copy of SitePoint’s latest book – The CSS3 Anthology: Take Your Sites to New Heights by Rachel Andrew.
-
201202 Apr
Competition: Win One of Five FREE Digital Copies of SitePoint’s Latest Book – The CSS3 Anthology by Rachel Andrewby Chris
Posted in Competitions, CSS3 Resources
We’ve teamed up with SitePoint to give you the chance to win one of five free digital copies of their latest book – The CSS3 Anthology: Take Your Sites to New Heights by Rachel Andrew.
This competition has now closed!
-
201221 Mar
Posted in CSS3 Previews, Site Updates
CSS3 Transitions are a presentational effect which allow property changes in CSS values, such as those that may be defined to occur on
:hover
or:focus
, to occur smoothly over a specified duration – rather than happening instantaneously as is the normal behaviour.Transition effects can be applied to a wide variety of CSS properties, including
background-color
,width
,height
,opacity
, and many more. Keep reading for further details of supported properties.
-
201206 Feb
Posted in Browsers, CSS3 Resources, News
Released on the 2nd February, the CSS3 Test, created by web standards aficionado Lea Verou, offers a quick and easy way to test and compare browser support for CSS3.
In a blog post accompanying the release of the test, Lea Verou outlines her motivation for building the test as follows:
To motivate browsers to support the less hyped stuff, because I’m tired of seeing the same things being evangelized over and over. There’s much more to CSS3.
Keep reading to see how current release versions of the most popular web browsers shape up.
-
201128 Dec
Tab Atkins and I published an updated Working Draft of CSS Image Values and Replaced Content Level 3 this month. We anticipate that this will be the last draft before Last Call, which we aim to publish in January. If you have an interest in this draft, please review it and send in your comments.
-
201130 Nov
We’ve got a bit of a tricky question on expected behavior of multi-column layout for you folks.
-
201110 Nov
Posted in W3C
This is cross-posted from the CSSWG Blog.
At the CSSWG F2F last week, I raised the issue that the radial gradients we were discussing were unreadable to me, and probably therefore to much of the intended audience. It was not at all obvious by looking at the gradient syntax what the various numbers and lengths might be.
radial-gradient(60% 43%, 25px 25px, #b03 99%, transparent)
So Tab Atkins, David Baron, Brad Kemper, Brian Manthos and I hashed out an alternative syntax.
radial-gradient(circle to 25px at 60% 43%, #b03 99%, transparent)
We’d like your opinion on which is preferred and why.
-
201126 Oct
The CSS3 Selectors module and CSS3 Namespaces module have both been released as official W3C recommendations, becoming the second and third CSS3 modules, respectively, to reach the end of the development cycle, following on from the release of the CSS3 Color module as a W3C recommendation earlier this year.
-
201105 Sep
Posted in CSS3 Previews, Site Updates
Another new property introduced by the CSS3 Backgrounds and Borders module is
background-size
. The property adds new functionality to CSS allowing designers to specify the size of background images using either lengths, percentages, or by using one of two keywords;contain
orcover
.Browser support has grown of late, with the current versions of most popular browsers now supporting
background-size
, including Firefox, Safari, Chrome, Internet Explorer and Opera, without the need for vendor prefixes.
-
201105 Jul
Posted in CSS3 Resources, News, Tutorials
Back in March 2011 we reported that Think Vitamin were offering free access to their entire CSS3 Video Training Course for 24 hours only.
I’m pleased to announce that this week I received an email from Alan Johnson at Think Vitamin letting me know that once again they’ve decided to offer free access to the entire CSS3 Video Training Course, minus the Master Class project – which is only available to paid members. However, this time there is no 24 hour time limit, with the videos being available for ‘the foreseeable future’ – however long that may prove to be.