Unwanted Border Around Background Image Div
I am getting a slight line or border around my background image. I am dynamically changing the height of the parent div via javascript so that the inner div (which has the backgrou
Solution 1:
I had the same problem and removing repeat-x
solved it. I think it is bug of phone browsers.
Post a Comment for "Unwanted Border Around Background Image Div"