to force horizontal scroll
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
to trigger bug narrow window horizontally until horizontal scrollbar is triggered. Then use the scrollbar to scroll to right a little bit but leave link in view.
Update: A workaround?
Setting thebody to position relative and giving it a 'layout' dimension cured it in Strict Mode,
but I had to add a "fake" body wrapper div to be able to make it apply in quirks mode because it
recognises body as the root element and won't apply position: relative; directly
on the root element