I’m now working on a site that is a flash based responsive site.
Now my clients wants to add a html footer on this site and told me to do something that when the page is loaded the footer should be on the invisible area of the document but when anybody scroll down he/she will see the footer. And my client told me that this should be also responsive that it will work on any screen size.
Any body has any idea how to do it?
I’m now working on a site that is a flash based responsive site. Now
Share
I didn’t test this for cross-browser compatibility, but on firefox it works. It’s only a proof of concept, I’m not sure you can modify your existing site without breaking everything up, but at least it’s not impossible.
(For IE: you probably have to add a doctype declaration to force it into standards mode).
Fiddle: http://jsfiddle.net/QkX32/
HTML:
CSS: