On Mon, Mar 8, 2010 at 7:38 AM, David Laakso <[email protected]> wrote: > On this file [1] there are 5 images at the very bottom of the left > column #one. > > In addition to the fact that they blink, which is going to put me in a > locked-ward momentarily, there is an html and/or css error that escapes me. > > There should be 3 images in left column set flush left, and 2 images in > the right column set flush right. Anyone able to pick up my error (s)? > > > login: tl > pass: tl1 > > [1] <http://chelseacreekstudio.com/tl/tl_7.htm> > > CSS: lines 150 through 160 embedded.
Not sure to have understood exactly the problem. I see 5 images, _all in the left column_. Three are wrapped inside a left floated box (.three) and two in a right floated box (.four). The third one, srooks00.gif, does not appear flush left in spite of being in a left floated box. The reason is that the height of the second one (ssheerr_.gif) is smaller than the first one (58px versus 60px; height specified in the html as attribute of img), and a left float always "prefers" to stay higher than more to the left. Best, 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/
