README.txt |
README.txt |
|
Sticky was created by Haymarket Media Group by DMT team
Developer: Mihhail Arhipov (drupal.org id: skein)
Reviewer:
Install
-------
1) Put the module directory into sites/all/modules
folder in your Drupal installation.
2) Enable the module in… |
stickynav.admin.inc |
admin/stickynav.admin.inc |
|
Contains implementation of admin settings form for the sticky navigation |
stickynav.css |
css/stickynav.css |
|
.stickynav-active {
position: fixed;
top: 0px;
z-index: 1000;
width: 100%;
padding-left: 0px;
padding-right: 0px;
margin-left: 0px;
margin-right: 0px;
} |
stickynav.info |
stickynav.info |
|
name = Sticky Nav
description = Module to make navigation on the website sticky when you scroll down the page. This project is sponsored by Haymarket Media Group.
core = 7.x
configure = admin/config/user-interface/stickynav |
stickynav.install |
stickynav.install |
|
Contains install and update functions for advanced_help. |
stickynav.module |
stickynav.module |
|
Make a menu or some other element on the page stick on top when you scroll
down |