scroll_to_top.admin.inc |
scroll_to_top.admin.inc |
|
Administration page for scroll to top module |
scroll_to_top.css |
scroll_to_top.css |
|
/*
Back to top button
*/
#back-top {
position: fixed;
bottom: 10px;
margin-left: 20px;
z-index:499;
/*IE6 hack */
_position: absolute;
_top:expression(documentElement.scrollTop+body.scrollTop);
_margin-top: 500px;
}
body {
/*IE6 hack… |
scroll_to_top.info |
scroll_to_top.info |
|
name = Scroll to top
description = Scroll to top module.
package = Other
core = 7.x
files[] = scroll_to_top.css
files[] = scroll_to_top.js
configure = admin/config/user-interface/scrolltotop |
scroll_to_top.module |
scroll_to_top.module |
|
Provide scroll to top link. |