Maybe a dumb question, but is the text in column (2) defined to be left 
aligned?

Other than that, I cannot think of a reason - if all table rows are in 
one table and not in separate ones - why that should happen. Could you 
provide a link to an exemplary page showing your problem? Does it happen 
only in certain browsers?

Regards,

Christian
*Directmedia Publishing GmbH* · Möckernstraße 68 · 10965 Berlin
www.digitale-bibliothek.de
AG Berlin-Charlottenburg · HR B 58002 · USt.Id. DE173211737
Geschäftsführer: Ralf Szymanski · Erwin Jurschitza


Mike Schleif schrieb:
> I have dynamically generated tabular data.
>
> The leftmost cell in each row will be either an image, or blank.  The
> images can vary in width.  Height is not an issue.
>
> The displayed images are to be maximum width 150px.  I would prefer that
> smaller images remain smaller; but, can live with stretch.
>
> Most irritating problem is that text in column (2) does NOT left justify
> in a straight vertical line ;<
>
> Table cell border is ONLY for testing:
>
> <td class="MenuPicture" style="border: solid black 1px;" width="180 px">
>     <div class="Image">
>         <img src="/modules/displaythumb.aspx?id=<%= modID %>" />
>     </div>
> </td>
>
> Current CSS:
>
> .Image {
>     margin-bottom: 0px;
>     margin-top: 0px;
>     padding: 0px;
>     text-align: center;
>     width: 100%;
> }
>
> .MenuPicture {
> /*
>     align: absmiddle;
>     border-style: none;
>     padding: 0px;
>     text-align: center;
> */
> }
>
>
> What am I missing?
>
>   
> ------------------------------------------------------------------------
>
> ______________________________________________________________________
> 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/
______________________________________________________________________
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/

Reply via email to