Archive for the ‘css’ Category

May 23, 2010 5

Cross Browser Inline-Block

By in css

How many times have you used float:left to make a bunch of elements align horizontally? Usually this technique is used on lists (of both the ul and ol persuasion) and generally works just fine under a few preconditions. The first precondition is that you are comfortable using some form of a clear-fix hack. Either you [...]

Tags: , ,

February 15, 2010 1

CSS Reset

By in css

Why start with a blank slate? After years of web development and hundreds of sites, starting from scratch on each project really turns into a buzz kill. Nobody wants to spend time rehashing the same issues from site to site. So many of us have turned to CSS Resets. As we all know, CSS Resets [...]

Tags:

November 17, 2009 3

Roy.G.Biv alpha

By in css

I was recently on a project that called for a translucent background color over a an image similar to this: http://www.flickr.com/photos/yeowatzup/ / CC BY 2.0 Of course, being the conscientious web developers we are, we want to be as semantic as possible with our markup. This means that text should be marked up as text [...]

Tags: ,