Lisa Frost wrote:
>  The page in question is here:
>  http://www.diabetesflight50.org/test/xhtml/supporters.html

>  I don't want to be emailing you all for every little thing that
>  stumps me.

Why not? That's what CSS-D is for. :-)

Floats are not well suited for that kind of line-up. Resize text and 
even what you have will start looking weird - before becoming unreadable 
as content overflows the fixed-size boxes.


Your case is a perfect "job" for *CSS Table* ...
<http://www.w3.org/TR/CSS21/tables.html>

Example: <http://www.gunlaug.no/tos/moa_11g.html>
...but IE7 and older won't play ball. They don't support CSS Table and 
need a lot of proprietary crap in order to render a look-alike...
<http://www.gunlaug.no/contents/wd_additions_22.html>


You have other variants, with varying degree of loop-jumping for 
cross-browser compatibility, on Bruno's site...
<http://www.brunildo.org/test/>
...look under "Centering, Shrink wrapping, Images".


Unless you got lots of time to check and fix up things across 
browser-land, I'll suggest you use a good old HTML Table for line-up of 
supporters on that page...
<http://www.w3.org/TR/html401/struct/tables.html>
Your content will be presented perfectly well in a linearized table, it 
works in all browsers, and I personally wouldn't bother with anything 
but an HTML Table for that sort of content in _that_ context. Read up on 
how to style a table to appear as you want.

regards
       Georg
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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/

Reply via email to