Quote:
I need the left hand grey panel to extend to the bottom of the page, and
I
need it to look the same in Mozilla and IE. This is just the start and its
not
working properly! |
Block level items aren't good at taking up vertical space automatically. One
of the drawbacks to CSSP when compared to tables.
The fix I'd use is to make your main wrapper DIV contain a background image
that has the left side grey and the other side white. In otherwords, use a
background image to color your main columns.
-Darrel