Below code doesn't seem to change the background color of dropdownlist. Please advice.
var TextHighlightCss = {
'background': '#FFFFAA',
'border': '1px solid #FFAD33'
};
$('#ddlCarriers option:selected').css('TextHighlightCss');
Thanks in advance
BB