Autocomplete problem in FF
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 posted this at 14:48 — 27th August 2008.
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.
Megan
Connect with us on Facebook!
serpico posted this at 02:07 — 28th August 2008.
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.