qasimalyas

A place to hone my web development skills and to blog about anything interesting

Posts Tagged ‘html’

Definition lists & making them behave

Monday, April 6th, 2009

Definition lists are great and rarely I see these being used by front-end developers let alone correctly styling and controlling them so here’s my solution to a common problem.  (more…)

Tags: , ,
Posted in article, development, web | No Comments »

display: inline-block

Saturday, December 27th, 2008

One of the css properties that I’ve been using recently is display: inline-block for elements that are going to be sitting next to one another i.e. thumbnail images or anything similiar.  (more…)

Tags: , , ,
Posted in article, development, web | 2 Comments »