PDA

View Full Version : CSS Layer and Text Wrap


jdcfsu
2006-10-16, 15:54
I've currently got two layers in my design, one with text and then one with an image on top of that. How do I get the text in the bottom layer to wrap around the image on the top one?

ast3r3x
2006-10-16, 16:59
I've currently got two layers in my design, one with text and then one with an image on top of that. How do I get the text in the bottom layer to wrap around the image on the top one?

You don't.

You float the image in the text layer to get text to wrap around it. Or that is what I do at least and it works pretty well.

jdcfsu
2006-10-16, 17:49
Floats. That's right. Thank you.