Средствами JS.
<script>
function showAndScroll(){
document.getElementsByClassName('background')[0].style.display='block';
document.getElementById('open1').scrollIntoView(true);
}
</script>
<a href="javascript:showAndScroll()">Ссылка на невидимый обьект</a>