I have an ASP.NET AJAX autocomplete extender with CompletionListCssClass=autocomplete_completionListElement :
.autocomplete_completionListElement { width:500px; margin : 0px!important; background-color : inherit; color : windowtext; border : buttonshadow; border-width : 1px; border-style : solid; overflow :auto; height : 200px; text-align : left; }
But for some odd reason, the width of an automatic full list always takes up the width of the text box, even when I set the width to 500 pixels. Is there any way to fix this?
Kumar source share