Just encountered a strange issue while working on my website. Here's the CSS code I've set:
.mobile-login {
display: block;
background: #FF0000 url('../img/mobile-form-texture.png') repeat 0 0 scroll;
}
So, when testing on the Samsung Galaxy Tab using the default Android browser, I noticed that the background image responds to touch events and scrolls along with the page. This is something new for me and I'm not sure how to fix it. Any suggestions would be greatly appreciated.
Thanks in advance!