Programmer Question
I'm building a plugin that injects an HTML iframe "toolbar" onto the bottom of every web page. I've achieved "sticky footer" behavior by injecting the following:
However, this iframe overlaps the bottom 30 pixels of a web page. What I'm looking for is how to "extend" each web page 30 pixels so that our bar has all the behavior of a sticky footer (it's always present at the bottom of the screen), but a user can still scroll to the bottom of a website and see the bottom-most content of that website. (Without using traditional frames, which have caused other problems.)
Additional Info
Stumble Upon for Chrome has achieve this behavior at the top of the window (i.e., the Stumble Upon Bar "pushes" content down instead of overlapping it.)
Find the answer here
No comments:
Post a Comment