January 6th, 2009
Yeah in a comment to my recent @font-face post suggested that you should place the conditional comments last because how IE6 does not handle the !important keyword correctly.
I will stick with my original decision of placing conditional comments first, because while IE7 and below do not handle the !important keyword as per the W3C specifications, they do apply !important consistently.
Posted in css and html
|
No Comments »
December 28th, 2008
I adore the printed page and those little refinements such as Initial Caps, that use to only be possible in print. Here is an explanation of the first-letter pseudo element which allows you to replicate that using HTML and CSS.
Posted in css and html, progressive enhancement
|
2 Comments »
December 25th, 2008
My first experiment / tutorial in the progressive enhancement series is with the @font-face property, so enjoy and please do not litter the web with ugly sites that over use fancy type, moderation please.
Posted in css and html, progressive enhancement
|
9 Comments »
December 25th, 2008
I have start experimenting with CSS2 and CSS3 properties to see what I can use now for progressive enhancement. And by progressive enhancement I do not mean Hey we are so f…ing cool and if you are not cool enough to use the latest bleeding edge browser you can go and read our RSS feed. It is more great your are using a good browser, lets make your experience better by providing a design closer to what I would of liked to use if it was not for the limitations of other browsers.
Posted in css and html, progressive enhancement
|
No Comments »
December 18th, 2008
John Allsopp has just had published Shiny Happy Buttons on 24 Ways, and John has out shinyed my buttons using CSS3 for progressive enhancement at Web Mixed Grill.
Posted in css and html
|
3 Comments »
December 16th, 2008
At work I regularly use Chrome as a second browsers, it is a efficient browser, quick to fire up, small memory footprint and renders standard based web pages correctly. However, it will not replace that memory hog Firefox 3.1 as my main browser. As the Web Developer Toolbar and Firebug are the tools [...]
Posted in Personal
|
1 Comment »
December 8th, 2008
I just finished exploring the limits of a few CSS3 properties for another article I wrote for web mixed grill. I quickly realised how limited my knowledge of CSS3 and even CSS2.1 is. The problem has been that in the past few years I have been ignoring any CSS properties not supported by IE6. I was not willing to learn about properties I could not put to immediate use, because the dominant browser did not support it.
Well IE6 is no longer the dominant browser …
Posted in css and html
|
5 Comments »
December 4th, 2008
My contribution to Web Mixed Grill (think the Australian version of 24ways, no snow and mulled wine here, it is all cold beer and BBQs) on the Opacity and RGBA has been published.
It was written fairly quickly (for me) …
Posted in css and html
|
No Comments »
December 1st, 2008
This year’s edition of the web geek advent calendar 24ways has arrived and caused a bit of a stir on twitter. One of the reasons is the people behind 24ways thought to hell with bad browsers we are going to use CCS3 and rgba which only works in Firefox, Safari & Chrome. Unfortunately they did not think much of people using Opera, IE6, IE7 or who browse without javascript.
Posted in css and html
|
7 Comments »
November 28th, 2008
Well at least for the next two years
aka a review of Everything you know about CSS is wrong! by Rachel Andrew and Kevin Yank
I just finished reading Everything you know about CSS is wrong! by Rachel Andrew and Kevin Yank. The title was chosen to be controversial, the book is about using CSS tables for layout.
Posted in css and html
|
3 Comments »