File: scrtop/scrolltop.css

Recommend this page to a friend!
  Classes of MarPlo   Dynamic Button to Scroll to Page Top   ???   Download  
File: scrtop/???
Role: Auxiliary data
Content type: text/plain
Description: CSS code
Class: Dynamic Button to Scroll to Page Top
Add a link dynamically to scroll to the page top
Author: By
Last change:
Date: 12 years ago
Size: 715 bytes
 

Contents

Class file image Download
/* For Scroll top */ #sttop { position:relative; } #sttop #scrtop { position:fixed; top:80%; right:1.58%; width:1.8em; cursor:pointer; text-align:center; font-family:Calibri, Arial, sans-serif; line-height:1.4em; font-size:.7em; padding:0; font-weight:800; color:blue; border-bottom: 1.85em solid #fbfb00; border-top: .78em solid #fbfb00; border-left: 1em solid transparent; border-right: 1em solid transparent; height: 0; } #sttop #scrtop:hover { border-color: #9eef9f; color:#000100; -moz-border-radius:1.1em; -webkit-border-radius:1.1em; -khtml-border-radius:1.1em; border-radius:1.1em; } #sttop #scrtop span { display:block; margin:-8px auto -1px auto; font-size:1.85em; color:#fb0100; }