G
Guest
Hi,
I have a RadioButtonList that display a table of my products like so:
<asp:RadioButtonList ID="RblProducts" runat="server" CssClass="text"
RepeatColumns="4" RepeatDirection="Horizontal" />
My products are shown in thumbnails and since these thumbnails have
different height, I'd like to be able to vertically align each cell of the
table to the top. I tried to add the attribute to the "text" CssClass or add
style="vertical-align: top;"
to the RadioButtonList but they don't work.
What can I do?
ywb.
I have a RadioButtonList that display a table of my products like so:
<asp:RadioButtonList ID="RblProducts" runat="server" CssClass="text"
RepeatColumns="4" RepeatDirection="Horizontal" />
My products are shown in thumbnails and since these thumbnails have
different height, I'd like to be able to vertically align each cell of the
table to the top. I tried to add the attribute to the "text" CssClass or add
style="vertical-align: top;"
to the RadioButtonList but they don't work.
What can I do?
ywb.