Re: [css-d] floating column and background

2006-04-19 Thread Zoe M. Gillenwater
[EMAIL PROTECTED] wrote: > is there any way to add a background to a floating column with minimal > content and force the column (the repeating background) to extend to > the same bottom as the parent column? > > #right_column { > float: right; > width: 150px; > height: 100%; > } > > height: 100

Re: [css-d] floating column and background

2006-04-13 Thread Uwe Kaiser
On 14.04.2006 06:42, [EMAIL PROTECTED] wrote: > is there any way to add a background to a floating column with minimal > content and force the column (the repeating background) to extend to > the same bottom as the parent column? > To achieve this, you could add the background to an adequate p

[css-d] floating column and background

2006-04-13 Thread [EMAIL PROTECTED]
is there any way to add a background to a floating column with minimal content and force the column (the repeating background) to extend to the same bottom as the parent column? #right_column { float: right; width: 150px; height: 100%; } height: 100% of course does nothing. -bob