Click to See Complete Forum and Search --> : [RESOLVED] <div> heights equal


Rueben
04-20-2007, 09:43 AM
OK, so assuming my page's div cells look (roughly) like this:


--------------------------
| A | B | C |
| | | |
| | | |
--------------------------


I know it's crude, but here's the problem, I want cell's A and C (A has a menu bar, and C has news items) to be of the same height as B. However, B is the main content cell, so depending on what page the user is on, will be a different height each time. Is there a way to sort this out?

To give an example, I'm well used to using tables to achieve this, and it's really easy there, but this is my first foray into using divs.

Please say so if I don't make sense!
Ta

bubbisthedog
04-20-2007, 11:06 AM
See if this helps.

http://www.manisheriar.com/holygrail/index.htm

Rueben
04-20-2007, 12:43 PM
Thanks that looks like just the ticket