Sha256: 9afe184b764e1b7effda62b035b2735339f63cfc257ebd44ebbb371362b3e82e

Contents?: true

Size: 762 Bytes

Versions: 114

Compression:

Stored size: 762 Bytes

Contents

// Based on a [blog post by Ryan Fait](http://ryanfait.com/resources/footer-stick-to-bottom-of-page/).
//
// Must be mixed into the top level of your stylesheet.
//
// Footer element must be outside of root wrapper element.
//
// Footer must be a fixed height.

@mixin sticky-footer($footer-height, $root-selector: unquote("#root"), $root-footer-selector: unquote("#root_footer"), $footer-selector: unquote("#footer")) {
  html, body {
    height: 100%; }
  #{$root-selector} {
    clear: both;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -$footer-height;
    #{$root-footer-selector} {
      height: $footer-height; } }
  #{$footer-selector} {
    clear: both;
    position: relative;
    height: $footer-height; } }

Version data entries

114 entries across 110 versions & 14 rubygems

Version Path
comixins-0.1.2 vendor/assets/stylesheets/compass/layout/_sticky-footer.scss
arcabouco-0.2.13 vendor/bundle/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss
egghead-styles-1.0.82 app/assets/stylesheets/plugins/compass/compass/layout/_sticky-footer.scss
egghead-styles-1.0.81 app/assets/stylesheets/plugins/compass/compass/layout/_sticky-footer.scss
egghead-styles-1.0.80 app/assets/stylesheets/plugins/compass/compass/layout/_sticky-footer.scss
egghead-styles-1.0.79 app/assets/stylesheets/plugins/compass/compass/layout/_sticky-footer.scss
egghead-styles-1.0.78 app/assets/stylesheets/plugins/compass/compass/layout/_sticky-footer.scss
egghead-styles-1.0.77 app/assets/stylesheets/plugins/compass/compass/layout/_sticky-footer.scss
egghead-styles-1.0.76 app/assets/stylesheets/plugins/compass/compass/layout/_sticky-footer.scss
egghead-styles-1.0.75 app/assets/stylesheets/plugins/compass/compass/layout/_sticky-footer.scss
egghead-styles-1.0.74 app/assets/stylesheets/plugins/compass/compass/layout/_sticky-footer.scss
egghead-styles-1.0.73 app/assets/stylesheets/plugins/compass/compass/layout/_sticky-footer.scss
gem_2345-0.1.2 stylesheets/compass/layout/_sticky-footer.scss
ghost-manager-1.0.0 magneto/source/assets/bower_components/compass-mixins/lib/compass/layout/_sticky-footer.scss
frontsau-0.0.3 lib/Phamlp/sass/extensions/compass/stylesheets/compass/layout/_sticky-footer.scss
frontsau-0.0.3 lib/Phamlp/sass/extensions/compass/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss
frontsau-0.0.2 lib/Phamlp/sass/extensions/compass/stylesheets/compass/layout/_sticky-footer.scss
frontsau-0.0.2 lib/Phamlp/sass/extensions/compass/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss
frontsau-0.0.1 lib/Phamlp/sass/extensions/compass/stylesheets/compass/layout/_sticky-footer.scss
frontsau-0.0.1 lib/Phamlp/sass/extensions/compass/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss