I can't show you the markup because the project is still under-wraps, but I've got a situation where floats behave as expected in all the browsers except FireFox. (Safari, IE)
In some instances, my floats refuse to 'shrink-wrap' to the contents, as floats are wont to do. In just these couple of environments, the floats will take up 100% of parent width, and they force other contents to another line. (I've confirmed the behavior by observing that all browsers display the same when I specify 100% width in CSS)
And I can't hack by using inline instead because they need to float to right. It works to give it a max-width, but I can't commit to a maximum in this very fluid layout.
Ever heard of this FireFox bug?
In some instances, my floats refuse to 'shrink-wrap' to the contents, as floats are wont to do. In just these couple of environments, the floats will take up 100% of parent width, and they force other contents to another line. (I've confirmed the behavior by observing that all browsers display the same when I specify 100% width in CSS)
And I can't hack by using inline instead because they need to float to right. It works to give it a max-width, but I can't commit to a maximum in this very fluid layout.
Ever heard of this FireFox bug?
Comment