M
Mike
I want to create a page with the following attributes:
4 "panels" - One top left and square for site logo, one top panel for page
title, one left panel for menu stuff and one large main panel for the main
body text of the page.
e.g.
_________________________
| | |
|____|____________________|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
|____|____________________|
I want the above layout to take up the full page (i.e. 100% width and 100%
height). The menu side panel will be a fixed width, the top title panel will
be a fixed height and the logo square panel will have fixed height and
width.
I can manage to get the above to work using tables but it leaves a approx
1cm gap on the left hand side of the page. Would I be better using divs or
tables for this layout?
4 "panels" - One top left and square for site logo, one top panel for page
title, one left panel for menu stuff and one large main panel for the main
body text of the page.
e.g.
_________________________
| | |
|____|____________________|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
|____|____________________|
I want the above layout to take up the full page (i.e. 100% width and 100%
height). The menu side panel will be a fixed width, the top title panel will
be a fixed height and the logo square panel will have fixed height and
width.
I can manage to get the above to work using tables but it leaves a approx
1cm gap on the left hand side of the page. Would I be better using divs or
tables for this layout?