if i understand what you want correctly, you want the main content to have its own scroll bar and scroll seperately from the rest of the page. i think it's better as is, but regardless: it's going to be a pain to do that since you're using tables for layout. normally you would just set a height on the content you want scrollable and set overflow: auto; on it. however, since the content is incorrectly marked up as a table cell, this creates the problem of not being able to set a height on a table cell. i'm not familiar with mixing css with table layouts, so if you cant get rid of that table, hopefully someone else can better help you.
On 12/6/06, Ross Hulford <[EMAIL PROTECTED]> wrote: > http://legalss.co.uk/newsite/services.phps > > http://legalss.co.uk/newsite/services.php > > > When I click the menu item on the left I want it to jump to the correct part > of the text, however the full page jumps up. Can I use anchors with div ids > so only the text skips to the anchor point? > > R. > ______________________________________________________________________ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.org/mailman/listinfo/css-d > IE7 information -- http://css-discuss.incutio.com/?page=IE7 > List wiki/FAQ -- http://css-discuss.incutio.com/ > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
