Global White Space Reset
Recap Here’s the CSS snippet in question. * { padding:0; margin:0; } The aim here is to save time when dealing with the minor cross browser differences caused by varying default values for these...
View ArticleWestciv Template Competition
Westciv have just announced the results of their CSS template competition. While my entry didn’t take out any of the three categories it was entered in (‘no-images’, ‘print’ and ‘handheld’) it did...
View ArticleQuoting Tables; a Question of Semantics
These samples are structurally complete, but totally stripped to retain focus on the placement of the citation. Example 1 <table summary=""> <caption></caption> <thead>...
View ArticleA CSS Presentation? Me?
Lea and Gary are going to kill me for leaving it this late, but here goes… Wednesday, 9th of February (tomorrow!!!), I’m giving a presentation to the Brisbane Web Standards Group entitled ‘Site in an...
View ArticleThe Acid Test Challenge
To contribute to the challenge, I’ve thrown together a quick acid test of my own, one which combines a few challenges for IE; including Fixed positioning (elements and backgrounds) 24-bit PNG...
View ArticleGecko 1.8: Bye-bye printed float bug!
From Gecko 1.8 For Web Developers: Columns (via: Anne): In particular some huge issues involving floats breaking across columns have been fixed. Since we use the same code for page layout as for...
View Article