[thelist] Wrapping text with CSS

Scott Wehrenberg swehren at gmail.com
Thu Jun 30 17:32:57 CDT 2005


On 6/30/05, Dominick Cancilla <dominick.cancilla at buckconsultants.com> wrote:
> I'm trying to make my first all-CSS site and am having trouble with what is
> probably a very simple problem. Take a look at my first page-in-progress...
> 
> http://www.anthonysapienza.com/test/
> 
> I'd like the text to wrap around the inset graphic. Right now, I've got an
> indent stopping them from running into each other, but that (obviously)
> doesn't give me a wrap.

If you use position: absolute the text won't wrap around whatever
you're positioning.

Try moving your popup div into the content div. Then remove the
position absolute and give it a negative left margin:

http://mvandscott.com/junkyard/test/


More information about the thelist mailing list