> I'm looking for an explanation as well

Presuming that David's fix works (I think it should), here's what's happening:

You didn't specify a width on #imagewrapper, which means that it will expand to 
fit the content. That allows the caption to float up next to the image. (or 
really, for the image to float next to the content, since the caption isn't 
floated)

So clearing the caption will send it below the image where it belongs.  
Specifying a width on the image wrapper should also do the trick.

---Tim
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to