CSS Floating Divs to the bottom inside a Div
-
Hello again, Im a little stumped with positioning and floating divs.
What I need to have is a container div with some content in it, and then another inner div/img in the bottom right hand corner. The container div has a variable height and any text must wrap around the div/img. I’ve posted the basic code below, I basically want to float the image to the right and align it with the bottom of the container div but this isn’t as simple as I first thought, they should really implement a ‘sink’. Hopefully someone can help. I’ve tried many methods and actually got it in the right spot before but with text not wrapping around it.
<div class="container" width="50%" height="50%"> <div class="art-image" width="75px" height="75px"> <img src="image.jpg" width="75px" height="75px"> </div> Content to wrap around image here </div>
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘CSS Floating Divs to the bottom inside a Div’ is closed to new replies.