On 2012-09-07 07:08:36 +0100,
said:
> I have tried many variations of this and all are nogo (no jump).
> It would seem that (somehow) i need to force the browser to
> scan/pre-scan the full markup before execution.
It works, but will not be apparent with the code you provided because
insufficient space is provided below the targeted anchor for the
browser to show it at the top of the viewport.
To demonstrate this, add the following CSS to pad out the body at the bottom.
body {padding-bottom:1000px;}