An alternative is to specify the size of the background. This can be done with the css selector "background-size".
If your background image is 40 pixels high, the following code will prevent horizontal lines from showing up on the iPad: { background-size: 100% 40px }