I have a quick question that has me stumped. On this page I have a floating banner at the bottom of the screen for a Google Ad. On my desktop, the following code is working correctly:
<div style="left:0;position: fixed;text-align:center;bottom: 0px;width:100%;z-index:9999;">
<!-- GOOGLE AD CODE -->
</div>
The ad is supposed to float at the bottom of the page and stay there while you scroll. However, when I switch to my iPhone, the banner just stays stuck to the bottom of the screen.
Perhaps add this