Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ajax : AutoComplete box positioning

Status
Not open for further replies.

tlhawkins

Programmer
Dec 28, 2000
797
US
Hey,

I've got a AutoComplete box that is showing in the right place on IE, but the wrong place on every other browser. What are my options for messing with that? I can't find the actual code that creates the thing, I don't see any CSS that is related to it or any settings about the positioning.

Any ideas?
Thanks

Travis Hawkins
jobs.bestcodingpractices.com
 

Everybody can stop looking, I found it :)

I added CompletionListCssClass="autoList" to my autocompleteextender tag and set the CSS for it.

Interesting note: When you set CSS for the CompletionListCssClass you're setting the CSS for a <ul> tag. So, you have block positioning + all the List CSS options.


Travis Hawkins
jobs.bestcodingpractices.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top