Forum Moderators: open
I want to click a link on a left hand pane navigation tree that links to a named anchor I have on a right hand pane html document. I need the right hand HTML page centered relative to the named anchor tag, and not the document as a whole in the browser.
It seems the built in function of the named anchor tag will navigate to the link at the bottom of the page that renders.
Is there a way to modify this behavior, or even set it so it will put the link top or center or bottom relative to the whole document if preferred?
Or is there a more preferable alternative?
Thanx Rott
Having said that, it's theoretically possible to use JavaScript to make the document scroll by half the inner window height after the link is clicked.