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

2008-06-12 Thread Bruno Fassino
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 desperately seeking a solution. I've spent days on the issue now.

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

2008-06-12 Thread Timothy Armes
Hi Bruno, Thank you for your help, it's greatly appreciated. I'm currently on a computer with FF2 or IE so i can't see the solution at work, but I'll take a look at home later. Please leave your solution up! I've looked at your faked example but I don't understand how it works at all. It is

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

2008-06-12 Thread Timothy Armes
Hello again, Well I now have the gallery being displayed correctly in FF3 and Safari by delivering the appropriate code changes. Thank you for your help on this issue, I'm very impressed that you found a solution. The thing that's still grating on me is that I just don't understand what's going

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

2008-06-12 Thread Bruno Fassino
Timothy Armes wrote: Well I now have the gallery being displayed correctly in FF3 and Safari by delivering the appropriate code changes. Thank you for your help on this issue, I'm very impressed that you found a solution. The thing that's still grating on me is that I just don't understand

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 now. I have a floated container containing

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

2008-06-11 Thread David Laakso
Timothy Armes wrote: Is there no one that can help me on this issue? http://www.timothyarmes.com/gallery.php?lang=en-gbsec=personal Tim Not from this end at least... http://www.chelseacreekstudio.com/ca/cssd/tl.html -- http://chelseacreekstudio.com/

[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

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

2008-06-10 Thread Bruno Fassino
On Tue, Jun 10, 2008 at 10:02 AM, Timothy Armes wrote: 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

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

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

2008-06-10 Thread Bill Brown
Timothy Armes wrote: 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.

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 the