You would be able to scale vertically but not horizontally.

Steve

Andrew Glover wrote:
> Hi Steve,
>
> If done like that though, wont the 4 corners also scale as the size is
> increased?  I want the 4 corners to be the same size where the whole thing
> is 100 x 100, or 500 x 500.
>
> Andrew. 
>
> -----Original Message-----
> From: Steve Frost [mailto:[EMAIL PROTECTED] 
> Sent: Friday, March 03, 2006 4:11 PM
> To: Andrew Glover; css-d@lists.css-discuss.org
> Subject: Re: [css-d] Trouble implementing CSS Layout design
>
> I can't help but think that you are making this overly complicated.
>
> Wouldn't this be simpler?
>
> <div id="box">
>   <div id="top"></div>
>      <div id="content">
>      <p>text text text</p>
>      </div>
>   <div id="bottom"></div>
> </div>
>
> then style it so that
> #top has the top of the box image set as background #content has the
> gradient as a vertical background image, repeat-x, and then the yellow as a
> background colour.
> #bottom has the bottom of the box image set as background.
>
> Steve
>   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to