> I'm sure I must be missing something basic, but I cannot > persuade buttons which I'm showing and hiding with jQ > to stay on one line.
To use the effects jQuery has to make them block elements. Simple show/hide just changes display:none so it doesn't have the problem. Set up each button as a block element and lay them out using floats. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/