How can I create a footer/toolbar in an iPhone web app?
Posted
by Hector Scout
on Stack Overflow
See other posts from Stack Overflow
or by Hector Scout
Published on 2010-03-16T17:08:26Z
Indexed on
2010/03/16
17:11 UTC
Read the original article
Hit count: 284
I'm working on a web app and I need to get a div to stick to the bottom of the viewport. Always viewable and always on the bottom of the viewport. There's an example of what I want here: footer. Unfortunately, this doesn't work on the iPhone. I can think of some ways to do this using javascript but I would rather not. Any ideas on how to get this effect on the iPhone using only css?
© Stack Overflow or respective owner