![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a 3 column table with the main content of the page in the center column |
|
, pretty basic. I have a DIV in the right column that holds links, and which is nearly always taller than the content cell, and I want to make it never be any taller/shorter than the main content area. I can use overflow:hidden, but I need to specify the height to do that, and then I am back to square one. I just need to make sure that the right column never exceeds the height of the center column, nor is ever any shorter and does not have scrollbars. |
|
What is the best way to get this done? |
#3
| |||
| |||
|
|
"Ridge Burner" <nospam (AT) nospam (DOT) com> wrote: I have a 3 column table with the main content of the page in the center column Tables are for marking up tabular content, not for creating layouts. , pretty basic. I have a DIV in the right column that holds links, and which is nearly always taller than the content cell, and I want to make it never be any taller/shorter than the main content area. I can use overflow:hidden, but I need to specify the height to do that, and then I am back to square one. I just need to make sure that the right column never exceeds the height of the center column, nor is ever any shorter and does not have scrollbars. If it's ok that these links might be hidden from the user's view then they are redundant. What is the best way to get this done? Reduce the number of links to an acceptable level. -- Spartanicus |
![]() |
| Thread Tools | |
| Display Modes | |
| |