Hi guys - I’m having a really difficult time trying to create a three column fixed layout, where all three columns have equal height.
First of all I had a pretty nice looking layout that I made using Dreamweaver. It was complete with the spry horizontal menubar, but unfortunately I could not for the life of me get the right column to have the same height as the other two.
I tried using 100% height for the columns, but I guess there is an issue if they’re floated.
I found a workaround example online where two extra divs are created with the same background color as two of the columns and somehow this helps… the problem is when I try to use Dreamweaver to add the spry menu bar it breaks the layout, also it doesn’t allow me to use the same transparent divs as I had in my original layout, since we are using a hack using extra divs with the same background colors.
My layout is to have three columns, and include a header and footer. The header itself will be divided into three rows, the topmost being transparent showing the page background color. The bottommost being the container for the spry, or other, horizontal menu bar.
Each column show be equal height, which means all column heights should match the height of the longest of the three columns.
The one hack that I found as I said used additional divs to make it look good, but the way that hack works does not allow me to keep my transparent header. Furthermore even if I disregarded that, the spry menu kept breaking the layout and I couldn’t seem to get it to not break with the menu addition.
If someone can refer me to a post that I missed or any links, tips, etc. It would be greatly appreciated! I’ve been researching this since this morning and it’s 5pm now. Thanks in advance!