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: 12 May 2008
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
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
An article on A List Apart:
“ Three techniques for incorporating data visualization into standards-based navigation patterns.”
posted on: 13 February 2008
I found out about it a bit late :
posted on: 05 February 2008
On James Whittaker's blog:
posted on: 09 January 2008
“ 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
“ 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
An article on A List Apart:
posted on: 02 October 2007
On Digital Web Magazine:
posted on: 29 September 2007
On Mandarin Design:
posted on: 31 August 2007
An article on Sitepoint:
posted on: 24 July 2007
On A List Apart, how to create a scrolling, fixed/liquid hybrid layout without using JavaScript:
posted on: 28 April 2007
On 456 Berea St. :
posted on: 24 April 2007
On Digital Web Magazine:
posted on: 08 February 2007
On A List Apart:
posted on: 31 January 2007
A definite bookmark:
posted on: 14 January 2007
On 456 Berea St. :
posted on: 26 October 2006
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
On Friendly Bit:
posted on: 10 July 2006
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
On Airbag: a ruler to debug stylesheets.
posted on: 19 June 2006
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
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
CSS links:
posted on: 17 January 2006
Typography and CSS on Digital Web Magazine
On 24 Ways css background images
posted on: 14 January 2006
posted on: 28 October 2005
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
Some of the things in this article I didn't know, some I wasn't sure about: CSS specificity
posted on: 30 September 2005
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 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
posted on: 25 July 2005
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
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
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
Interesting article about clearing of floats on Mezzoblue.
This is the “old” way.