Ross Hulford 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? >
No. But you make the menu fixed to a specific spot on the viewport so that it never gets cut off. Just use position: fixed on it. However, if you want to support IE6 and lower (I don't recommend it -- just let it gracefully degrade) you're going to have some hacking to do: http://css-discuss.incutio.com/?page=FixedLayouts Zoe -- Zoe M. Gillenwater Design Services Manager UNC Highway Safety Research Center http://www.hsrc.unc.edu ______________________________________________________________________ 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/
