I am creating a forum style page which a row for each topic, and each line has four columns.
Since this is more of a layout rather than tabulated data, I have opted to use Div’s for this. However, I am concerned about Divitius.
This is the way that I have found to do it:
http://jsfiddle.net/XFUm9/
Is there a better, more efficient way of achieving this or have I done it correctly?
I would suggest you look into an object-oriented css design since you will want to fit structures to different sizes in different scenarios
and so on…
I promise you this approach will reduce your styling by a lot resulting in higher performance.
see: https://github.com/stubbornella/oocss/wiki/ (object-oriented CSS)