hi guys:
thank you for your time in advance.
(dont worry about the navigation of the following URL being all over the place. i got that under control. the problem is the “Sticky footer” that is not working.
i got the “sticky header” (as you can see) to work. Not my script. got it from somewhere. am not a programmer, but a snippet-er.
So does anybody know why this snippet is not working for the footer? and yes, i know: preview doesnt quite do it. have to publish to see solid results on custom css. and i did publish - change it - publish - change it - publish,…
http://giveaway.fpverlag.de/_labor_tests
sticky footer not working.
hoping on insights.
#lp-pom-box-119 {
position:fixed!important;
left:0px!important;
bottom:0px!important;
height:40px!important;
width:100%!important;
background:#999!important;
}
/* IE 6 */
* html #lp-pom-box-119 {
position:absolute!important;
top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+‘px’)!important;
}
–>