albert albert

albert albert

  • NA
  • 524
  • 0

CSS issue

Dec 9 2013 3:03 AM
Hi everybody,

I have this:

[css]
  <tr>
            <td class="content">Selecteer een pastype</td>
            <td class="content">
                <br />
                <asp:CheckBoxList ID="ChlPassType" runat="server" RepeatDirection="Vertical" RepeatLayout="Table" TextAlign="Right" CellPadding="1"
                    CellSpacing="1"
                    RepeatColumns="3">
                </asp:CheckBoxList>
            </td>
        </tr>

[/css]

But in IE you see the correct output: that you the label and under the checkbox, but in IE and chrome you see the label and then Horizontal the checkbox.

Thank you.



Answers (4)