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?
--
Best Regards,
mds
mds resource
877.596.8237
-
Dare to fix things before they break . . .
-
Our capacity for understanding is inversely proportional to how much
we think we know. The more I know, the more I know I don't know . . .
--
signature.asc
Description: Digital signature
______________________________________________________________________ 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/
