2010-04-27 8 views

Antwort

10

hier ist das, was Sie Styling Dropdown Lists

<style type="text/css"> 
 
    option.red {background-color: #cc0000; font-weight: bold; font-size: 12px;} 
 
    option.pink {background-color: #ffcccc;} 
 
    </style> 
 

 
    <select name=colors> 
 
    <option class="red" value= "../getting_started/">Getting Started </option> 
 
    <option class="pink" value= "../getting_started/html_intro1.htm">- Intro to HTML 
 
    </option> 
 
    </select>

+0

Was passiert, wenn ich die Dropdown-Liste aus einer Liste auf diese Weise ausfüllen: ‚@Html. DropDownListFor (m => m.ModActionCatList, actionCatList, neu {@class = "select2-select-00 col-md-12 full-width-fix erforderlich" ... ' –

+0

Vielleicht kann jemand helfen, einige Verwirrung zu klären, ich sah up '