Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
Problem with WebDropDown
posted

I have a problem with this control.  When I place it directly after text, it appears as if it performs either a <br/> or <p>.    Here's the code.

 Post:&nbsp;<ig:WebDropDown ID="WebDropDown1" runat="server" CssClass="igdd_DropDownButton" Height="26px" Width ="85px"></ig:WebDropDown>

I appreciate any feedback.  Thanks.

 

Greg

 

 

 

  • 49378
    posted

    Hi gmazujian,

    Just as an additional piece of information,  the float:left property can also be applied in this case to position the text and dropdown next to each other in this scenario.

    Please do not hestitate to contact me if you have any questions.

  • 820
    posted

    add your code in a table.

    text in one column and drop down down in another column.

    <table>

    <tr>

    <td>your text here</td>

    <td>web combo code here</td>

    </tr>

    </table>