Bez popisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

footer.htm 378B

12345678910111213141516
  1. <div id="goTop">
  2. <a href="JavaScript:void(0);" id="btntop">
  3. <i class="fa fa-angle-up"></i>
  4. </a>
  5. <a href="JavaScript:void(0);" id="btnbottom">
  6. <i class="fa fa-angle-down"></i>
  7. </a>
  8. </div>
  9. <script type="text/javascript">
  10. $(document).ready(function(){
  11. $('#think_page_trace_open').css('z-index', 99999);
  12. });
  13. </script>
  14. </body>
  15. </html>