<Caption> collapses in Chrome

<Caption> collapses in Chrome. Works in all other browsers–even in IE7.
I am floating an image inside the caption to the right and it breaks in Chrome.

[INDENT]<style type=“text/css”>
caption{background-color: #666; color:#fff; font-weight:bold; text-align:left; padding:6px; font-size:18px; border-right: 1px solid #003366;border-left: 1px solid #003366; border-top: #003366;}
</style>
[/INDENT]

[INDENT]<table>
<caption><div style=“float:left;”>Activity this month</div> <div style=“float:right;”><img src=“/maxcenter/screens/images/analytics_logo.gif” /></div></caption>
<tr>
<td>…</td>
</tr>
</table>
[/INDENT]

Chrome Collapses (dark caption header’s height collapses):

IE and Firefox works:

Give the caption an overflow:hidden?

Udaman! :smiley: That’s it!

I thought overflow should hide, not display. It doesn’t make sense. Why does it work? I thought the logic was,
everything that overflows, hide." Shouldn’t there be a tag called “under-flow: display;”? haha.