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 > what's going on. What are all the empty divs about? > > > http://www.timothyarmes.com/gallery.php?lang=en-gb&sec=personal
You are welcome! The empty divs are the same number (8) of your albumBox divs, and being inline-blocks can be centered without using your technique with relative, -50%, ... which requires a shrink-wrapping container. The first empty div is used as an anchor to start the positioning of your divs which are stacked above the empty ones. Moreover the empty divs are bigger of yours and partially overlapping to provide the white background needed to simulate the presence of a white shrink-wrapping container which is not really there. Don't know if this clarifies things a bit... I guess that you implemented the server-side switch for Safari since I get the modified page in it (not with the Fx3 beta nightly build I'm using.) As I told you, I consider the whole thing a bit fragile, but well, it's surely interesting :-) Bruno -- Bruno Fassino http://www.brunildo.org/test ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
