Re: [css-d] Float doesn't shrink fit content under Safari - any workarounds?

2008-06-12 Thread Timothy Armes
nd what's going on. What are all the empty divs about? Tim On 6/12/08, Bruno Fassino <[EMAIL PROTECTED]> wrote: > On Wed, Jun 11, 2008 at 3:01 PM, Timothy Armes wrote: > > > > Is there no one that can help me on this issue? > > > > > > I

Re: [css-d] Float doesn't shrink fit content under Safari - any workarounds?

2008-06-12 Thread Timothy Armes
4:39 PM, Bruno Fassino <[EMAIL PROTECTED]> wrote: > On Wed, Jun 11, 2008 at 3:01 PM, Timothy Armes wrote: >> >> Is there no one that can help me on this issue? >> >> > I'm struggling with a Safari float shrinking problem and I'm >> &

Re: [css-d] Float doesn't shrink fit content under Safari - any workarounds?

2008-06-11 Thread Timothy Armes
Is there no one that can help me on this issue? On Tue, Jun 10, 2008 at 10:02 AM, Timothy Armes <[EMAIL PROTECTED]> wrote: > Hi, > > I'm struggling with a Safari float shrinking problem and I'm > desperately seeking a solution. I've spent days on the issue no

Re: [css-d] Float doesn't shrink fit content under Safari - any workarounds?

2008-06-10 Thread Timothy Armes
Hi Bill, > To add to what Bruno has already put forward, you might also consider > taking another look at your code. It's incredibly difficult to fix a CSS > problem with invalid code. You've written your code in XHTML > Transitional, which is more for migrating old sites and documents than > for

Re: [css-d] Float doesn't shrink fit content under Safari - any workarounds?

2008-06-10 Thread Timothy Armes
> Once line breaks are determined you would like to have a sort of extra > step to fit the placed contents. This 'extra fit' (not required by the > spec) is done by Opera (and by FF2), and it would indeed be sometimes > desirable, but I don't know how to get it with current CSS. Thanks, I now unde

[css-d] Float doesn't shrink fit content under Safari - any workarounds?

2008-06-10 Thread Timothy Armes
Hi, I'm struggling with a Safari float shrinking problem and I'm desperately seeking a solution. I've spent days on the issue now. I have a floated container containing floated fixed sized divs. On FF the container shrinks to fit the contents, as is correct for a widthless float. In Safari howev