The Web developers among you may be interested in what appears to be a Safari bug. Essentially clear:none does not over-ride clear:left. I’ve posted more details and an example in my sandbox.
I’ve found that Safari also has a bug with float:left. Putting a table in the div with a fixed width seems to be a good workaround. An example is at jlipkin.com/safari.
Rich wrote:
Dave Hyatt notes that this is a Safari bug that has already been fixed, pending a new release.
Jonathan Lipkin wrote:
I’ve found that Safari also has a bug with float:left. Putting a table in the div with a fixed width seems to be a good workaround. An example is at jlipkin.com/safari.
Erika wrote:
I am trying to work with floats using a CMS, and am running into a Safari bug of some kind. An example is at
http://www.notallhere.com/float
Notice that in Safari (only, as far as I know) the three consecutive images without much text in between them are displayed inline.