I have some anchor elements, but they are in absolute position div and the content of the div is so large that it scrolls inside (overflow:auto).
All entries in the
you could always add another div to wrap around it, and then do something like
.wrapperdiv{ position:relative; top:-10px; }
You could try a Javascript scroll to correct the position.