[Compass Core] Fixes to +sticky-footer mixin for IE6.
Added two rules (':height auto !important' and ':height 100%') to the !root_selector of the sticky-footer mixin so that it also works with IE6. Tested and working with Firefox 3.5, Safari 4, Chrome 3, and IE6.
This commit is contained in:
parent
a1bb1a9691
commit
8679a926f1
@ -8,6 +8,8 @@
|
||||
:height 100%
|
||||
#{!root_selector}
|
||||
:min-height 100%
|
||||
:height auto !important
|
||||
:height 100%
|
||||
:margin-bottom= -!footer_height
|
||||
#{!root_footer_selector}
|
||||
:height= !footer_height
|
||||
|
Loading…
Reference in New Issue
Block a user