I have a page where a scroll bar containing table rows with divs in them is dynamically generated from the database. Each table row acts like a link, sort of like you\'d see
If it's about 10px, then I guess you could simply manually adjust the containing div's scroll offset like that:
div
el.scrollIntoView(true); document.getElementById("containingDiv").scrollTop -= 10;