下拉列表文字的CSS

时间:2017-07-15 03:23:06

标签: html css

有没有办法只设置ASP.net DropDown列表项的第一个单词?

例如:

<asp:DropDownList ID="ddCategory" runat="server">
    <asp:ListItem Value="0" Selected="True" Text=""></asp:ListItem>
    <asp:ListItem Value="1">**Other** (Something/Notething)</asp:ListItem>
    <asp:ListItem Value="2">**Life** (Love/Hate)</asp:ListItem>
    <asp:ListItem Value="3">**Companies** (Apple/Samsung)</asp:ListItem>
    <asp:ListItem Value="4">Cars (Toyota/Honda)</asp:ListItem>
    <asp:ListItem Value="5">Flowers (Roses/Lillies)</asp:ListItem>
    <asp:ListItem Value="6">Desires (Pitbull/Hotdog)</asp:ListItem>
</asp:DropDownList>

有没有办法在括号内设置(粗体)主词?

并且这不是Styling part of the OPTION text的重复。那里什么都没有。我尝试将所需的单词放在 标签中。

0 个答案:

没有答案