Category Archives: css

To Do: Efficient, Future-Friendly Front End Strategy

Here’s a list of links of stuff I need to look into and implement. Fluid layout, responsive design, grid layouts, efficient CSS, mobile first strategy, reusable jquery tools. Object Oriented CSS stubbornella.org Object Oriented CSS on Github http://net.tutsplus.com/tutorials/html-css-techniques/object-oriented-css-what-how-and-why/ https://github.com/stubbornella/oocss/wiki CSS … Continue reading

Posted in css, web design | Leave a comment

CSS Resources from Wordcamp SF 2011

A couple weeks ago I attended wordcamp sf, and got to hear some css heavy weights like Estelle Weyl and Chris Coyier present. Here’s a link dump of some their presentations as well as some resources they recommended: http://css-tricks.com/conferences/ConvergeSE2011Pseudos.pdf (Chris … Continue reading

Posted in css, css3 | Leave a comment

Color Numbers in Ordered List with CSS Counter() and :Before Pseudo-Element

I’m going to show you how to make an ordered list where the numbers are a different color than the text. This is commonly done with background images. But there is a way better way to do it, assuming you … Continue reading

Posted in css | Tagged , , | Leave a comment

line breaks in alt attribute using css white-space property

I recently had to put a bunch of text in the alt attribute of an image, that I wanted to display with line breaks: [code lang="html"][/code] There is only one way that I found that was able to render the … Continue reading

Posted in css | Tagged , , , , | Leave a comment