Inline list items
Tutorials
How to line up your list items without the use of float. By using this method you can align your list items left right or center.
So here is a little peice of css I use alot to line up my list items. I feel using this method gives a little more controll over how I would like to line up my list items.
CSS
So why not just use float its less code? Well for one with float we are limited aligning our images to the left or right. By using inline we now have the ability to center our list.