DatingChap
Registered Member
- Jan 25, 2011
- 80
- 24
I thought I'd ask this in the Black Hat bit as this tends to be where code geniuses reside.
Fixed position bottom center of screen pester-bar, stays fixed as page scrolls, always on top. I did this which works like a charm on IE, Firefox and Chrome. Put it on an i-Pad though and the bar starts at the bottom but scrolls with the page and vanishes.
Is there a workaround?
Thank you - as its driving me mental
Fixed position bottom center of screen pester-bar, stays fixed as page scrolls, always on top. I did this which works like a charm on IE, Firefox and Chrome. Put it on an i-Pad though and the bar starts at the bottom but scrolls with the page and vanishes.
Is there a workaround?
Code:
<div style="position: fixed; center: 0px; bottom: 0px;">
<a href="http://www.url/url.html">
<img src="http://www.url/images/picture-name.png" alt="gimme your goddamn money" width="980" height="36" border="0">
</a>
</div>
Thank you - as its driving me mental