Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I make sure that the controls are not overlapping?
Message
 
 
To
All
General information
Forum:
Internet
Category:
Stylesheet
Title:
How can I make sure that the controls are not overlapping?
Miscellaneous
Thread ID:
01335580
Message ID:
01335580
Views:
52
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?

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform