trying to refresh my memory of some css stuff having been ot of things for a while, can anyone recommend the best approach to achieve this layout
http://www.flickr.com/photos/62570778@N04/5709752069/
is iit better to create lists or float headings etc?
Thanks
I would probably suggest using a series of div’s. The outer most defining a box around your entire list, and one for each row. The inner ones floated left/right as appropriate (one for each column).
Something like:
With css something like: