tylerbutler / xkcd2

http://www.tylerbutler.com/2012/05/17/xkcd-2/
MIT License
14 stars 4 forks source link

added static navbar #5

Closed whitecat closed 9 years ago

whitecat commented 10 years ago

For Issue #2.

This contains bootstrap and needed css code. Let me know what you think. In addition jquery needs to be added at the bottom of the page. I am not sure how to do that. In my website I just add at the bottom in HTML:

Should work fine. Running just the css on my webpage: http://c.albert-thompson.com/xkcd/test2.html

whitecat commented 10 years ago

I removed foundations, and put in bootstrap(has more documentation.) Couldn't figure out how to fix foundations to have static footer.

tylerbutler commented 9 years ago

Thanks for taking a stab at this. I'd really rather not replace Foundation with Bootstrap just to fix #2. Take a look at commit faf5e259d247ca8b19665b30bb343caed2c0acfd on the dev branch. I think that should address the problem. It basically makes the footer always align to the bottom and not stay in the viewer window when the page is scrolled.

tylerbutler commented 9 years ago

Closing since I fixed this in a different way. See commit faf5e25.