[thelist] [theforum] about us page

ben morrison morrison.ben at gmail.com
Wed Nov 26 11:15:21 CST 2008


On Wed, Nov 26, 2008 at 5:10 PM, David Kaufman <david at gigawatt.com> wrote:
> Hi Erika,
>
> "Erika" <ekm at seastorm.com> wrote:
>> ok done bunches more work on this page, mostly wrestling with images,
>> [...] http://evolt.org/about
>
> Yeah there are still some strange floated image positions (that change with
> varying browser widths) but nothing horrible.  IE7 is doing something
> bizarre, but anyone using ie7 deserves what they get heheh :-) no just
> kidding I'm sure someone (not me) has the css chops to provide
> correctage...

Eek, inline styles :)

<img style="float: right; width: 300px; " title="evolt.org 3.0"
alt="evolt.org 3.0" src="/system/files?file=evolt3_thumb.png"/>

You are floating the images to the right but each image will need to
clear its previous image, quick firebug test....

<img style="float: right; width: 300px; clear: right;"
title="evolt.org 3.0" alt="evolt.org 3.0"
src="/system/files?file=evolt3_thumb.png"/>

I would also remove the title attribute...

Ben



More information about the thelist mailing list