The link to my site is http://www.designstyleshome.com/index.php
I want to make the middle section of the site have the grick background, and I want that the brick background should stretch endlessly, regardless of browser width.
What is the best way to accomplish this?
I tried

width:100%;

and it didnt work.
If I give it

background-size:100% auto

, it covers, but distorts the image, and

background-size: 100% 100%

also doesnt get me the right effect. If I do

background-size:cover

, it does cover the section, but the image gets very zoomed up.
Any suggestions?
Thanks.

You need very high resolution picuture, you you can use small pattern image multiple times in tile format

But if you use high resoulution image, it will take too much time to load

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.