Formating with Fieldset

7 replies. Last post: April 21, 2010 1:20 PM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

Hi

I create the layout with div tags. I use a fieldset for horizontal alignment. With WebCombo I have problems (please have a look on Position Combo.png). Instead WebCombo is placed on right side,  it is showing below the label. WebInput and asp-Controls works fine. How can I fix it?
I have tested it with Internet Explorer 8.

<body>
    <form id="form1" runat="server">
    <div>
        <fieldset class="fieldset">
            <ol class="ol">
                <li class="li">
                    <asp:Label runat="server" CssClass="label-titel" ID="Label12">Label 1:</asp:Label>
                    <asp:TextBox runat="server" ID="TextBox2" Width="100px" />
                </li>
                <li class="li">
                    <asp:Label runat="server" CssClass="label-titel" ID="Label13">Label 2:</asp:Label>
                    <asp:DropDownList runat="server" ID="DropDownList1" Width="100px" />
                </li>
                <li class="li">
                    <asp:Label runat="server" CssClass="label-titel" ID="Label10">Label 3:</asp:Label>
                    <ISWebInput:WebInput ID="WebInput1" runat="server"  Width="100px" />
                </li>          
                <li class="li">
                    <asp:Label runat="server" CssClass="label-titel" ID="Label9">Label 4:</asp:Label>
                    <ISWebCombo:WebCombo ID="WebCombo2" runat="server" UseDefaultStyle="true" Width="100px" />
                </li>
                <li class="li">
                    <asp:Label runat="server" CssClass="label-titel" ID="Label11">Label 5:</asp:Label>
                    <asp:TextBox runat="server" ID="TextBox1"  Width="100px" TextMode="MultiLine"  Height="50px" />
                </li>
            </ol>
        </fieldset>   				        
    </div>
    </form>
</body>

 For complete code and stylesheet: FieldsetWithCombo.zip

Thanks

Michael

 

All times are GMT -5. The time now is 9:34 PM.
Previous Next