Autocomplete problem in FF

They have: 121 posts

Joined: Aug 2008

Hi there,

Since you solved my last problem so quickly I thought I'd give you guys a go with another one.

Again on www.wsmcms.com, we have an autocomplete box "Shop by market". In Firefox, Opera & Safari when the hidden suggestionsBox class begins to suggest it causes the rest of my content to move.

Try it by simply typing "s" in the box.

I've played around with z-index but had no luck.

Any suggestions?

serpico

Megan's picture

She has: 11,421 posts

Joined: Jun 1999

The suggestions box needs to be absolutely positioned. So put a position: absolute on that and have the parent element positioned relative. That way the suggestions box will be positioned absolutely relative to the parent element.

They have: 121 posts

Joined: Aug 2008

Thanks Megan. Worked perfectly!

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.