[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:
John Debs 2009-08-20 11:34:26 -04:00 committed by Chris Eppstein
parent a1bb1a9691
commit 8679a926f1

View File

@ -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