I have a 3 columns section on my site. The left-hand column contains the site navigation and should be fixed at 165px wide. The central column and right-hand column should be fluid depending on the available width within the browser window.
How would I achieve this with CSS?
I tried using the fixed width for Col #1 and then using 70% and 30% for Cols #2 and #3 but that made the page too wide and introduced horizontal scrollbars.
Any ideas?
Thanks
Tony
________________________________________________________________________________
How would I achieve this with CSS?
I tried using the fixed width for Col #1 and then using 70% and 30% for Cols #2 and #3 but that made the page too wide and introduced horizontal scrollbars.
Any ideas?
Thanks
Tony
________________________________________________________________________________