How to remove the arrow from a .div { width: 200px; height: 15px; position: absolute; z-index: 0; }
{the text of the the current selection updated by javascript}
$('.select').click(function(event)) { $('.div').html($('.select option:selected').val()); } body { scrollbar-face-color: #6685CA; scrollbar-highlight-color: #6685CA; scrollbar-shadow-color: #6685CA; scrollbar-3dlight-color:#FFFFFF; scrollbar-arrow-color:#FFFFFF; scrollbar-track-color:#E5E5E5; scrollbar-drakshadow-color:#000000; }