Carsales UI Styleguide
UI Styleguide
7.kss-section.kss-depth-1

7Dropdowns

Custom designed alternative to the native <select> element TODO: In IE (8-10) the scrollbar sits outside the containing box where as other browsers include it. Find a way to keep it inside. Needs javascript plugin to work properly.

.control-thin - Small .control-medium - Medium .control-wide - Large

<div class="control {$modifiers}">
  <div class="dropdown"><a data-toggle="dropdown" class="dropdown-toggle">Dropdown<i class="caret"></i></a>
    <ul class="dropdown-menu">
      <li><a>List item</a></li>
    </ul>
  </div>
</div>