posted on: 01 June 2010
posted on: 14 July 2009
CSS3
Two articles on CSS3:
posted on: 12 January 2009
Mobile style sheet
An article on A List Apart on mobile browsers and style sheets:
posted on: 27 November 2008
CSS tables
After the article about CSS tables on Digital Web Magazine, another one on Vitamin:
posted on: 25 November 2008
Link pseudo classes order
On 456 Berea St :
The order of link pseudo-classes matters
I rember wasting hours years ago trying to figure this one out...
posted on: 23 October 2008
Table related display property
A very interesting article on Digital Web Magazine :
posted on: 21 July 2008
posted on: 28 June 2008
Font stacks
An interesting article on the use of font-stacks:
Better CSS Font Stacks
And a guide to the most common fonts on Windows, Mac and Unix platforms:
CSS font sampler and survey
posted on: 19 June 2008
Faux absolute positioning
“ There are two popular approaches to positioning with CSS: float and absolute positioning. Both approaches have their pros and cons. My teammates and I have developed a new positioning approach that gives us the best of both worlds. After quite a bit of experimenting and testing, it's time to share the technique with the rest of the world and see how we can work together to improve it. I'm calling it faux absolute positioning after the faux columns technique that simulates the presence of a column.”
posted on: 14 May 2008
CSS line height
“ Here's the punchline: the effects of declaring line-height: normal not only vary from browser to browser, which I had expected - in fact, quantifying those differences was the whole point - but they also vary from one font face to another, and can also vary within a given face.”
posted on: 12 May 2008
Border radius
On The Man in Blue:
Circtangles: A JavaScript art installation
For Firefox and Safari only, round corners with CSS border-radius.
posted on: 08 May 2008
posted on: 16 April 2008
Extensible CSS interface
A series on Authentic Boredom :
“ Introducing “The Highly Extensible CSS Interface”, a four-part series of how-to's and savvy conversation to be published in the coming weeks, with the first article debuting this week. The phrase “highly extensible” is in reference to designing and coding interfaces that are flexible enough to adapt in ways the designer or developer may not foresee when handing off coded templates, while still retaining the overall aesthetic integrity of the layout.”
posted on: 15 April 2008
Data visualization
An article on A List Apart:
“ Three techniques for incorporating data visualization into standards-based navigation patterns.”
posted on: 13 February 2008
Resetting CSS styles
I found out about it a bit late :
posted on: 05 February 2008
Em based layouts
On James Whittaker's blog:
posted on: 09 January 2008
No hacks CSS
“ Using CSS3 selectors as an alternative to hacks when targeting specific browsers. Hacks are an example of graceful degradation: you design for the most capable browser and then fix issues in legacy browsers. But what if we took the opposite approach and worked with progressive enhancement?”
posted on: 03 January 2008
CSS tutorials
“ Posh CSS is a collection of Cascading Style Sheet Articles, Tutorials, Tips and Code snippets for the modern day web designer.”
Posh CSS found via shauninman.com
Also on Shaun Inman's site styling file inputs with css and the dom, which was posted on September 10th 2007 but I just read. Definitely worth having a reference to it.
posted on: 03 December 2007
Text size in CSS
An article on A List Apart:
posted on: 02 October 2007
Floats 101
On Digital Web Magazine:
posted on: 29 September 2007
CSS color overlay
On Mandarin Design:
posted on: 31 August 2007
Navigation using CSS
An article on Sitepoint:
posted on: 24 July 2007
Scrolling, fixed liquid hybrid layout
On A List Apart, how to create a scrolling, fixed/liquid hybrid layout without using JavaScript:
posted on: 28 April 2007
Tables width
On 456 Berea St. :
posted on: 24 April 2007
Positioning
On Digital Web Magazine:
posted on: 08 February 2007
Multi column layouts
On A List Apart:
posted on: 31 January 2007
CSS techniques
A definite bookmark:
posted on: 14 January 2007
Styling form controls
On 456 Berea St. :
posted on: 26 October 2006
Display property
An interesting article on Thinkvitamin by Molly Holzschlag:
The comments are also worth reading. The solution proposed by Jeff Croft, for example, is very nice.
posted on: 19 July 2006
Floats in detail and static/dynamic CSS
On Friendly Bit:
posted on: 10 July 2006
Table of content style and CSS selectors
On Peterned weblog: table of contents
..table of content styles with different types of counting, right aligned page numbers and dotted lines filling the gap..
On Stuffandnonsense: CSS: a tribute to selectors
more links to articles on CSS 2.1 and CSS 3 selectors by 456 Berea St.
posted on: 28 June 2006
Debugging stylesheets
On Airbag: a ruler to debug stylesheets.
posted on: 19 June 2006
Inline wrap IE6 bug
I have been trying to find the best solution to the
inline wrap IE6 bug for a year. Right now I have to write a post then see how it looks on IE and add a <br /> tag to avoid wrapping of the links with the consequent external link icon loss. The solution offered in the post above doesn't work for me because the CSS does not validate using display:inline-block. I hope this bug will be fixed in IE7..
posted on: 25 April 2006
CSS hacks
On Vitamin: Stop Hacking, or be Stopped
I always try to avoid any hacks adapting the layout so as to avoid the different renderings of the browsers. That put some limitations on what I could do but now it pays off since I don't have to change anything.
posted on: 27 March 2006
Floats and optimizer
CSS links:
posted on: 17 January 2006
CSS typography and background images
Typography and CSS on Digital Web Magazine
On 24 Ways css background images
posted on: 14 January 2006
posted on: 28 October 2005
CSS layout
Total Layout Flexibility: that is, the ability to order columns logically in the source while displaying them in any order desired. For any number of columns. Equal Height Columns: or more accurately, equal height columns without having to rely on faux columns. Vertical placement of elements across grids/columns: designers face the choice of relying on elements being a particular height, resorting to tables or simply not bothering.
posted on: 10 October 2005
CSS specificity
Some of the things in this article I didn't know, some I wasn't sure about: CSS specificity
posted on: 30 September 2005
CSS lists and columns
Some interesting articles on CSS techniques :
I use lists for the main menu of this site and, as I explain on the menu code page, I want the menu to appear as it does and the only way I know to position the links like that is to use four different unordered lists and float them .
I will read the multi-column lists article properly and see if it gives me a better solution.
Update- 2005/10/01 : I read the article and it does a different thing from what I want. Also, it is mostly an exercise in “taming” lists, as the ALA content warning specifies the article uses experimental techniques. I try to avoid excessive mark up and hacks as much as possible, sometimes I simply prefer to change the design instead of forcing it into realization.
posted on: 08 September 2005
CSS and printing
CSS gradients, look at the source to see how it is done. In my opinion it requires way too many divs. But this is just a demo and the idea behind it is interesting.
“The Rising Tide” a scrolling effect tutorial on WestCiv
posted on: 07 August 2005
Sprites
posted on: 25 July 2005
CSS cascade and inheritance
To fully understand the cascade and inheritance of CSS is the most important prerequisite to achive a solid presentation. It also helps to avoid using “hacks” and workarounds as much as possible:
posted on: 28 June 2005
CSS: workaround vs. hacks
I agree with Alessandro of web-graphics.com on the topic of CSS hacks. I don't like to use them and I always try to work around them.This is the article, I have to say that the best solution would be to have browsers that render CSS properly..
posted on: 23 May 2005
Organizing CSS
Web-graphics has a couple of links to articles that offer tips on organizing CSS files:
I personally divide my CSS files in groups of rules and save them for quick consultation but I publish them optimized (no whitespace, each rule in one line) to keep them light.
posted on: 17 March 2005
Clearing of floats
Interesting article about clearing of floats on Mezzoblue.
This is the “old” way.
