Archive for the ‘HTML’ Category

Stupid css tricks: line breaks in lists

Periodically I encounter some problem with html and css layouts that could be solved by adding a few extra presentational tags to the html source (like <br/> or text bullets in the case I’m about to describe), but there’s no easy way to do it in CSS.  I almost always end up caving and doing [...]

HTML5, CSS3, and the Great CSS-Off

A while back I entered the Great CSS-Off over at CSS-Tricks.  You can find my file here.  I used the contest as an excuse to play with html5, css3, and using only semantically meaningful markup.  It was an interesting experience, and I’d like to share some of the things I discovered. HTML5 I found myself [...]