Reputation: 3793
I wish to add a gradient image to both sides of my main div on homepage.
My image looks like this
Can anyone help me in this ? I thought of having a div outside the main with background image as this, but that didnt work.
Upvotes: 1
Views: 467
Reputation: 2045
http://jsfiddle.net/semencov/A5b6g/
Replace background image for .wrapper .inner
to correct one.
Upvotes: 1
Reputation: 5856
Upvotes: 0
Reputation: 10887
Since I don't have your HTML/CSS nor image, you can go to this live site and look at the div#nss_outer_page
. It has the exact style you're looking for.
Upvotes: 0
Reputation: 1
If the div is of fixed size you can have a background image of same size with repeat-y
Upvotes: 0