There is no CSS measurement for "the width of the content once the floats have influenced it", right? Ideally I need that width.

p img {
max- width: 100%-of-content-after-floats;
}