Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Horizontal slide-out menu using jquery and css, buggy on open….help! Re: Horizontal slide-out menu using jquery and css, buggy on open….help!

#123616
yeeyang
Participant

looks fine to me in chrome. saw the issue on ff.

I changed your:

.flyout { display: inline-block; white-space: nowrap; margin-top: 0px; }

to

.flyout { float: right; white-space: nowrap; margin-top: 0px; }

and that seemed to do the trick.