Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I make sure that the controls are not overlappin
Message
From
31/07/2008 14:22:27
 
General information
Forum:
Internet
Category:
Stylesheet
Miscellaneous
Thread ID:
01335580
Message ID:
01335600
Views:
10
This message has been marked as the solution to the initial question of the thread.
>Hi everybody,
>
>I have a UserControl with this code in ASCX file
>
>
><div class="cl">
>    <label class="bx">
>        School
>    </label>
>    <span class="bx">
>        <asp:DropDownList ID="ddlSchool" runat="server" DataSourceID="SchoolsDataSource"
>            DataTextField="School" DataValueField="School" Width="200px">
>        </asp:DropDownList>
>    </span>
>    < %--<span class="bx">--% >
>      
>    <asp:Literal ID="litSchoolPhone" runat="server" Text=" "></asp:Literal>< %--</span>--% >
>    <br />
>    <br />
></div>
>
>It displayed Ok in IE7, but in FireFox the phone is overlapped by the dropdown. I want to prevent it and make sure that the phone always start after right to the drop down.
>
>Is there a way to ensure that?

Would wrapping both items in a container such as a Panel help. Or even put them in a table?
Regards,
Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform