top.location
не дает загрузке страницы и выдает ошибку.
у меня footer зафиксирован и если там элементов появляется много (динамически), то работает прокрутка
<div class="divFooter" style="background: white none repeat scroll 0% 0%; border-top: 2px dotted rgb(255, 169, 83); position: fixed; left: 0px; bottom: 0px; height: 25%; width: 100%; margin-top: 1%; overflow: auto; scrollbar-width: none;"><div class="divMessage"><div class="divMessageTips" style="margin-left: 15px;"><label class="checkboxToggleLabel"><input class="inputCheckbox" type="checkbox" style="position: absolute; z-index: -1; opacity: 0; margin: 10px 0px 0px 10px;"><div class="divBaseToggle" style="position: absolute; padding: 0px 0px 0px 45px; cursor: pointer; top: 5px; left: 5px; height: 20px; border-radius: 13px; background: rgb(205, 209, 218) none repeat scroll 0% 0%; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px inset; transition: all 0.2s ease 0s;"></div><div class="toggleOff" style="position: absolute; top: 6.4px; left: 6px; width: 17px; height: 17px; border-radius: 45px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 5px; transition: all 0.2s ease 0s; display: none;"></div><div class="toggleOn" style="background: rgb(159, 212, 104) none repeat scroll 0% 0%; left: 30px; position: absolute; top: 6.4px; width: 17px; height: 17px; border-radius: 45px; transition: all 0.2s ease 0s; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px inset, rgba(255, 255, 0, 0.7) 0px 0px 0px 3px; display: inline;"></div><div class="showTips" style="padding-left: 55px; padding-top: 5px; color: rgb(73, 80, 199); cursor: pointer; font-style: italic;">Скрыть подсказки.</div></label><div class="divShowFewTips" style="color: rgb(168, 168, 168); font-size: 14px; display: inline;"><p class="tipEditCell">* Для редактирования ячейки, выполните двойной щелчок манипулятором мышь по нужной ячейке.</p><p class="tipSelectRow">* Для выделения строки таблицы, выполните одиночный щелчок манипулятором мышь по нужной ячейке. Для отмены выделения строки, выполните одиночный щелчок еще раз.</p><p class="tipControlScrollBar">* Управление полосами прокрутки, может выполняться либо колесом манипулятора мышь ("вперед-назад", "влево-вправо"), либо клавишами стрелок ("влево-вправо","вверз-вниз") .</p></div></div><div class="selectorButtonFlex" style="display: flex; justify-content: center; margin-top: 2%; margin-bottom: 2%; flex-direction: row;"><div class="buttonDeleteDivFlex" style="margin-top: 2%; margin-bottom: 2%; display: flex; flex-direction: column; justify-content: center; width: 30%;"><label class="labelDelete" style="font-size: 18px; font-family: Calibri; font-weight: 400; font-style: italic; color: rgb(153, 153, 153); padding-left: 10px; margin-bottom: 5px;">Удалить данные...</label><button class="buttonDelete" style="width: 30%; font-family: Calibri; font-style: italic; font-size: 23px; padding-top: 4px; border-radius: 10px; margin-top: 5px; color: rgb(255, 255, 255); background: rgb(255, 0, 153) none repeat scroll 0% 0%;">Удалить</button></div></div></div><div class="divErrMessage" style="color: rgb(255, 0, 0);">список ошибок!</div></div>
вот такая структура.
Здесь видна одна из кнопок, которая появляется динамически.
Я хотел бы чтобы эти кнопки появлялись в видимой части экрана, но
top.location = '.buttonDelete';
удаляет страницу и вместо этого формируется страница с ошибкой
<body xmlns="http://www.w3.org/1999/xhtml" dir="ltr" class="neterror">
<!-- ERROR ITEM CONTAINER (removed during loading to avoid bug 39098) -->
<!-- PAGE CONTAINER (for styling purposes only) -->
<div id="errorPageContainer" class="container">
<div id="text-container">
<!-- Error Title -->
<div class="title">
<h1 class="title-text">Файл не найден</h1>
</div>
<!-- LONG CONTENT (the section most likely to require scrolling) -->
<div id="errorLongContent">
<!-- Short Description -->
<div id="errorShortDesc">
<p id="errorShortDescText">Firefox не может найти файл /D:/!_apache-maven-projects/....../buttonDelete.</p>