autocomplete extender showing below other controls

Last post 08-04-2008 4:49 AM by Vince Xu - MSFT. 1 replies.

Sort Posts:

  • autocomplete extender showing below other controls

    07-31-2008, 11:31 AM
    • Member
      point Member
    • phuppe
    • Member since 07-31-2008, 3:19 PM
    • Posts 1

    I am having problems with the autocomplete extender. It is howing up partially behind other controls in the page. I tried playing with the z-index in the style for the extender, but it does nothing. Has anyone else notice this behavior, and those anyone have a solution?

    Thanks,

    Paul

  • Re: autocomplete extender showing below other controls

    08-04-2008, 4:49 AM
    Answer

    Hi,

    You can set the style of the List of AutoComplete extender via the property "CompletionListCssClass" rather than set the style of AutoComplete extender. 

     For example:

    CompletionListCssClass="autocomplete_completionListElement"

    Css:

    .autocomplete_completionListElement
    {
          ...
          z-index:2000;
    }

     


    Vince Xu
    Microsoft Online Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Page 1 of 1 (2 items)