Yes you can do it. By the 'content pane', I assume you mean the default center pane, right? How familar are you with HTML? Stylesheets? Lee's videos are invaluable for stuff like this, so you're on the right path.
This is essentially an HTML issue. If you create a table with 3 columns, and specify the specific width of two of the TDs with a fixed pixel width, then the remaining TD column will grow or shrink when you resize the page. Remember to set the table width to 100% or some kind of percent.
Lee's tutorials probably explain all this though...and there are tons of them here...
Posted By penguin19 on 02 Feb 2007 10:33 AM
Thank you for your help. I am going through 5&6 tutorials. and yes, I meant a menu bar
