CSS: allow image to overflow from a div?
- by shoosh
I want to create the following situation:
+--------------------------------------+-----------------------+
|                                     1|                       |
|  IMAGE IMAGE IMAGE IMAGE IMAGE IMAGE |  TEXT TEXT TEXT       |
|2                                     |                       |
+--------------------------------------+-----------------------+
Everything is included in a div called "caption"
The text is in a div called "textarea"
The image is in a div called "imagearea"  
The text area has a fixed width
the image size can change. It should be aligned to the top right (1) and should overflow from the bottom left (2) 
How can I do this with CSS?