[jQuery] Re: Hide problem

2009-03-30 Thread LaUr3nTiU
Yes, floating them to the left worked, thanks :)

[jQuery] Re: Hide problem

2009-03-29 Thread Hector Virgen
Instead of calling .hide() and .show(), try setting the css manually with .css({display: 'none'}) and .css({display: 'inline'}) Or, if you want to keep the animations, you can float left the LI elements instead of making them inline. On 3/29/09, LaUr3nTiU wrote: > > //This might be a double pos