Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I make sure that the controls are not overlapping?
Message
 
 
À
Tous
Information générale
Forum:
Internet
Catégorie:
Stylesheet
Titre:
How can I make sure that the controls are not overlapping?
Divers
Thread ID:
01335580
Message ID:
01335580
Vues:
51
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform