Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I make sure that the controls are not overlappin
Message
De
31/07/2008 14:22:27
 
 
Information générale
Forum:
Internet
Catégorie:
Stylesheet
Divers
Thread ID:
01335580
Message ID:
01335600
Vues:
11
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform