On Aug 19, 2010, at 7:19 AM, David Laakso wrote: > is adding /vertical/ space between the blocks when there is a text-image > in the .outer column. > > Browser bug or human bug? Is there a simple fix [other than to ap the > text-image] > > markup > <http://chelseacreekstudio.com/ca/cssd/ron1.htm> > css > <http://chelseacreekstudio.com/ca/cssd/ron1_files/micro000.css>
It is a Gecko bug (affects anything that uses Gecko 1.9.0 or older). The image comes first in then source, than the floated element. solutions: don't float the div, but position the image (a.p. or float) – or float both. Philippe --- Philippe Wittenbergh http://l-c-n.com/ ______________________________________________________________________ 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/
