views:

127

answers:

1

I'm trying to use two divs, one with a non repeating background in the left corner to serve as a 'curved border' image, and the second div, within that one, with a background that is offset by the width of the first div's image so that it seems to be one solid image, that fluidly stretches with the page width. I tried doing this the way I described but it isn't working, only the stretched repeating background div shows up. I would prefer to try from scratch something one of you suggests.

A: 

Try setting an explicit widh on the left div, and try using float:left on both (to make sure they align properly).

And set border:none (I'm stating the obvious here, probably).

Edelcom