hi,
im building a website that has a layout similar to http://maps.google.com: a header, a sidebar on the left and a map on the right.
on the google maps website when the content of the sidebar exceeds the height of the screen a vertical scrollbar appears next to it (e.g. if you type 'restaurant' in the search box). Im trying to achieve a similar effect and have tried various options but nothing seems to work the right way. setting the height of the sidebar to auto or 100% does not work since the sidebar does not start at the top of the page - the vertical scrollbar is either too short and does not reach the bottom of the page (auto case) or too long and exceeds the height of the page (100% height case). i think google uses js to calculate the height of the sidebar.
any ideas on how i can get this to work?
thanks, yulka