[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
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
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