Surface Pro 7 deal! Save big at Amazon right now
- I was testing my mobile application, with Windows mobile.I got some issues with the footer part.The problem is regarding footer fixing. When I scroll the contents, the footer also getting up.But the footer is fixed in all browsers including IE and in all mobiles except windows version.
See the code, for IE I gave,
[CODE]* html #footer {
position:absolute;
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');
}[/CODE]06-25-2012 03:48 AMLike 0 - I was testing my mobile application, with Windows mobile.I got some issues with the footer part.The problem is regarding footer fixing. When I scroll the contents, the footer also getting up.But the footer is fixed in all browsers including IE and in all mobiles except windows version.
See the code, for IE I gave,
[CODE]* html #footer {
position:absolute;
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');
}[/CODE]- Share
- Share this post on
Digg
Del.icio.us
Technorati
Twitter
Bli_n likes this.06-25-2012 09:43 AMLike 1 - Share
- Actually I think I may have misread your question and/or gotten confused myself. I was actually thinking of problems when using fixed positioning, not absolute positioning. I'm not sure why your CSS doesn't work. Sorry for the confusion.
Maybe someone else has an idea.- Share
- Share this post on
Digg
Del.icio.us
Technorati
Twitter
Bli_n likes this.06-26-2012 09:24 AMLike 1 - Share
- Forum
- Developers
- Developers Corner
Footer is not fixing in Windows Phone.
LINK TO POST COPIED TO CLIPBOARD