In Opera, containing elements seem to be using the item's width even when it is restricted with max-width within an elmement with table display:

This is one of few examples that displays differently in every browser:
img is 200px x 200px; #inner is 200px x 224pximg is 200px x 300px; #inner is 200px x 324pximg is 300px x 300px; #inner is 100% x 324pximg is 200px x 200px; #inner is 300px x 224pxIt should look like this:
