4
Answers

CSS issue

Ask a question
albert albert

albert albert

10y
1.4k
1
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)