I'm currently facing an issue with the Opera 11.5 beta (although I suspect this applies to all Opera 11 versions) where a floated block-level element (an unordered list) is being assigned a random fixed width, causing the child elements to wrap - similar to how IE6 behaves.
The element in question is floated to the right and has no sibling elements at the moment. There are no specific widths defined for lists in my stylesheet.
I am curious about the logic that Opera employs to calculate the width under these circumstances.
I have included an image comparing Opera 11.5 to Firefox 4.1 along with Dragonfly/Firebug output.
jsFiddle: http://jsfiddle.net/i_like_robots/HKAQ9/