Langsung ke konten utama

Postingan

Menampilkan postingan dari Agustus, 2014

Kode Membuat Tombol "Back to Top" di Blog

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script type="text/javascript" > var scrolltotop={     //startline: Integer. Number of pixels from top of doc scrollbar is scrolled before showing control     //scrollto: Keyword (Integer, or "Scroll_to_Element_ID"). How far to scroll document up when control is clicked on (0=top).     setting: {startline:100, scrollto: 0, scrollduration:1000, fadeduration:[500, 100]},     controlHTML: '<img src=" URL Gambar " />', //HTML for control, which is auto wrapped in DIV w/ ID="topcontrol"     controlattrs: {offsetx:5, offsety:5}, //offset of control relative to right/ bottom of window corner     anchorkeyword: '#top', //Enter href value of HTML anchors on the page that should also act as "Scroll Up" links     state: {isvisible:false, shouldvisible:false},     s...