Re: [css-d] Fwd: Image Background

2009-08-20 Thread Tom Livingston
On Wed, Aug 19, 2009 at 5:27 PM, Victor Subervi wrote: > Are you suggesting something like this? > > #container { > width: 780px; > font-family: Arial; > font-size: 0.8em; > background: url(../images/bgimage.jpg) repeat-y 50% 10%; > border: 1px solid #e6930f; > } > > img #container {background: url

Re: [css-d] Fwd: Image Background

2009-08-19 Thread Philippe Wittenbergh
On Aug 20, 2009, at 4:03 AM, Victor Subervi wrote: > Great! That works nicely. Now, I understand it's possible to do it > with > images...but how? How would they resize according to the size of the > image > around which they're framing, or be put in the background of those > images? Were

Re: [css-d] Fwd: Image Background

2009-08-19 Thread Victor Subervi
Are you suggesting something like this? #*container* { width: 780px; font-family: Arial; font-size: 0.8em; *background*: url(../*image*s/bg*image*.jpg) repeat-y 50% 10%; border: 1px solid #e6930f; } img #*container* {*background*: url(*image*/bg*image*.jpg) repeat-y 50% 10%;} If so, what do I do

Re: [css-d] Fwd: Image Background

2009-08-19 Thread Tom Livingston
A container would have a background image larger than the viewable area. As the content of that container increased in size, more of the bg image would show. Pad container as needed for border effect. Just a suggestion. HTH On Wed, Aug 19, 2009 at 3:03 PM, Victor Subervi wrote: > Great! That work

[css-d] Fwd: Image Background

2009-08-19 Thread Victor Subervi
Great! That works nicely. Now, I understand it's possible to do it with images...but how? How would they resize according to the size of the image around which they're framing, or be put in the background of those images? TIA, Victor On Wed, Aug 19, 2009 at 11:01 AM, Ron Zisman wrote: > > On Au