Reputation: 53
It works on chrome but not on IE. I really need your help.
The site I am working is:
http://www.westerncircuit.com/results.php
I am trying to get sticky footer to work on IE but I cannot figure out what is wrong with my code.
I had tried including:
But it didn't worked. I have all the files required for the sticker footer such as bootstrap css, js and sticky-footer css. I really have no idea what am I missing.
Your kind assistance would be appreciated!
Upvotes: 0
Views: 626
Reputation: 53
Turns out I just need to add
navbar-fixed-bottom
to my footer for it to work.
Upvotes: 1