Thanks a million! That did the trick :).
Elli
--- Barney Carroll <[EMAIL PROTECTED]> wrote:
> Elli,
>
> Give the container overflow:hidden and height:1%
> that will make it
> 'contain' properly.
>
>
> Regards,
> Barney
>
___
Elli,
Give the container overflow:hidden and height:1% – that will make it
'contain' properly.
Regards,
Barney
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-dis
--- Barney Carroll <[EMAIL PROTECTED]> wrote:
> Elli,
>
> You want to float:left; The value of float is which
> direction it should
> go to while remaining on the same horizontal level
>
As it turns out, I needed the list to float right as
far right as it would go, so I resolved that by
wrapp
Elli,
You want to float:left; The value of float is which direction it should
go to while remaining on the same horizontal level as far as possible –
so by floating left you will have the list getting as close to your
image as margins will allow.
Regards,
Barney
__
OK Guys, as it turns out I do need this to float as
far right as it's container will allow. So that part
is solved. The problem I have now is that it's growing
in height past the height of div it's contained in.
The div seems to only grow to the height of the image.
How can I have the div grow as t
Hello List,
I need to place a list to the right of an image. The
list needs to display in it's natural block level
display. I did try float: right; but it places the
list to the far right of the window, I need the list
to stay to the right of image at most 58px away. How
can I achieve what I'd lik