Hi
I'm working on a site using MVC 1.0 (but will soon upgrade to 2.0).
The site has a top header and a number of boxes (UL elements) containing information beneath.
I would like to use the browsers whole width to take advantage of widescreen monitors so the number of boxes on each row shoulf depend on the width of the browser window.
The problem is that the boxes don't have a fixed height, the height depends on the content in each box.
The height of each row should be set by the largest box on that row.
What is the best way of doing this?
I hope my question makes sence, it's a bit hard to explain =)
Cheers
/Jimmy