Click here to Skip to main content
16,012,082 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an autocomplete extender for a textbox.

It shows a problem,if a list name get wrap and it move right side from the margin.....

This is my css for IE....

("<style type=\"text/css\">.AutoCompleteExtender_CompletionListItem { padding-left: 3px;} .AutoCompleteExtender_HighlightedItem { padding-left: 3px;}</style>")



Can anyone help me....



Thanks in advance
Posted

1 solution

problem in IE6
Even Microsoft has dropped any support for IE6. You are using a new control with old browser which might causes issues and I doubt if they would be easy to resolve.

I would suggest you to update and move on to atleast IE7.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900