-----Original Message-----
From: Debbie Campbell
Sent: Saturday, November 08, 2014 12:59 AM
To: CSS-Discuss
Subject: [css-d] sticky footer position in IE - bottom of window instead
ofpage
Having a problem with IE here...
http://www.boissonconsulting.com/resources/
I'm using this sticky footer method (after trying several others):
http://mystrd.at/modern-clean-css-sticky-footer/
It's working fine in Chrome, FF, Safari/Win, but in IE 11 the footer is
initially at the bottom of the window instead of the page, and stays in
the same position when the page is scrolled. Please help and thank you
in advance for looking.
You need to add the three lines to your #footer css code as follows:
#footer {
float: right;
height: 35px;
padding: 0;
width: 973px;
/* Add these three lines to this code */
position: absolute;
left: 0;
bottom: 0;
}
Good luck.
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/