hey guys, I’m having a bit of weirdness with some CSS’nes.
.container { width: 700px; background: (image) bottom left }
.inside { float: right; width: 300px }
<container> <inside>content</inside> </container>
I’ve got a container div which has a background aligned to the bottom left, and then a div inside that one floated to the right. Neither have a specified height as I want the divs to expand in height freely pendant on the content inside.
The thing is the container div with the background doesnt show the backrgound image (or any colour) when a height isnt specified. Has anyone had this, and overcome it?
thanks