Jump to content

!important: background image repeat error in resize


klmuralimohan

Recommended Posts

Hi, Can you please help me any one. Problem: I've given background image for the div with repeat-x to show 100% in browser. But when I reisze the browser, horizantal scrollbar will displays in bottom of the browser. When I scroll the horizantal scroll bar the background image not repeating it stoped some position. I don't know why I tried background-size in css3, still not working also I've attached image you can refer that for good understand Is it possible to fix, How? Please tell me anyone with your solutions.

post-101494-0-06207100-1348154600_thumb.jpg

Link to comment
Share on other sites

It's not repeating because the container stops there. You gave the container a fixed width but allowed the full page to be wider than that. The solution is to make sure that there are no elements that are wider than the container's width.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...