Master page

Folks,

I have created a custom master page using the SDK master page provided by Microsoft. The design of the custom master page is quite simple and it contains only one table with one row and one cell that displays the left navigation alongside the body of the welcome page.

<!-- global links and top navigation display here -->

<table border="1" height="100%">
<tr>
<td>

<!-- left navigation comes here -->

</td>

<td>

<!-- Placeholder main comes here -->

</td>

</tr>

</table>

The problem is that the height of the table does not cover the height of the browser and the table ends immediately after the recycle bin on the left navigation. Since my left navigation displays a repeating background image, I would like it to display for the entire height of the browser. I initially thought that adding height="100%" to the table style would solve the problem. But it doesn't. Please help!

TIA.

[1082 byte] By [SharePointBloke] at [2008-1-1]

SharePoint Products and Technologies

Site Classified