Skip to main content

Back to Top when Double Click in a blog

Back to Top when Double Click in a blog


double click

Usually, when we finished read an article, we've been at the very bottom of the blog. To return to the top, we must scroll the scrollbar. Actully, we can make a shortcut, so the visitors can return to the top of the blog easily, just double click! If you want apply this trick to your blog, you just follow the steps. To try this trick, you can double click on this blog.

1. Log in to your blogger account
2. Go to Design>>>Page Elements>>>Add Gadget
3. Choose "HTML/Java Script"
4. Copy the code below, and paste on the place

<script language="JavaScript1.2">
function dblclick() {
window.scrollTo(0,0)
}
if (document.layers) {
document.captureEvents(Event.ONDBLCLICK);
}
document.ondblclick=dblclick;
</script>


5. Save now.

Comments

Popular posts from this blog

How To Put Adfly Full Page Script In Blogger Blog

How To Put Adfly Full Page Script In Blogger Blog Get paid to share your links! If you have a website and wish to earn money when a visitor simply enters your site, please use the following script.Adfly Full Page  If you have a website with 100's or 1000's of links you want to change over to adf.ly then please use the script below. Simply copy-and-paste the code below on to your webpage or blog and the links will be updated automatically - simple! You can add or remove any domains for the code that you use or your website. <script type="text/javascript">      var adfly_id = 4305280;      var adfly_advert = 'int';      var domains = ['depositfiles.com', 'rapidshare.com', 'vip-file.com', 'smsfiles.ru', '4files.net', 'turbobit.ru', 'uploading.com', 'letitbit.net', 'depositfiles.ru', 'sms4file.com', 'ifolder.ru', 'hotfile.c...

Make Blog Background to Matrix animation

Make Background to Matrix animation How to Change Blog Background in Blogger How to Change Blog Background Become Matrix Style. Have you watch Matrix? I think you have. Because Matrix is a big movie. Even this movie can enter into Box Office and earned $742,128,461! Amazing! So, if you like Matrix, by learn this trick, you can try to change your blog background become Matrix style. Interseted? Just follow the steps below. 1. Log in to your blogger account 2. Go to Design --> Page Elements --> Add Gadget 3. Choose "HTML/Java Script" 4. Add the code below <a href="http://dailybloggiingtips.blogspot.com/" target="_blank">Matrix</a> <style type="text/css"> <!-- body { background-color: #000; background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjrQKrhyphenhyphenhrs4fpr5-_esUekV-sWIB9a9-zJ9lxSg0Voylft-vKpL_rrlb9b8L6ckwyFoUryku0E90d9cJybIG4-uopJW50UpEYkyWihitFItDrg...

How to Create Apple Touch Icon Of Your Website Or Blogger

How to Create Apple Touch Icon Of Your Website For Ipod Touch , Iphone And Iphone What is Apple Touch Icon  During web surfing  online with an Apple mobile device (iPod Touch, iPad, and iPhone), users have the option of saving web pages directly to their home screen. When a page is saved, an icon is generated to which users may use to access said page without having to launch their browser. As more and more people browse the web with their iOS devices, adding a simple icon to your site helps with branding and looks great making sure your brand is well represented on the iPhone, iPod touch and iPad. Apple Touch Icon is basically  like a favicon of a website.  Similar to the Favicon, the apple-touch-icon.png is a file used for a web page icon on the Apple iPhone, iPod Touch, and iPad. When someone bookmarks your web page or adds your web page to their home screen this icon is used. If this file is not found these Apple products will use the screen shot of t...