[jQuery] Re: jEditable/CSS question

2007-04-20 Thread Josh Nathanson
Thanks Mike, I think it was because my textarea was within a table cell. Styling it with "display:block" cleared up the problem. -- Josh - Original Message - From: "Mika Tuupola" <[EMAIL PROTECTED]> To: Sent: Friday, April 20, 2007 1:32 AM Subject:

[jQuery] Re: jEditable/CSS question

2007-04-20 Thread Mika Tuupola
On Apr 19, 2007, at 9:07 PM, Josh Nathanson wrote: When you generate a textarea, it also creates a "submit" and "cancel" button - problem is that the submit button always appears to the right of the textarea, with the cancel button below the textarea on the next line. Check what you are

[jQuery] Re: jEditable/CSS question

2007-04-19 Thread Josh Nathanson
1. wrap the two buttons in their own tag. THis will cause them to appear on their own line since tags are display:block; by default. OK, I'm a dumb dumb...I added "display:block" to the textarea style and now it displays how I want, with no hacks to jEditable code (other than my previous

[jQuery] Re: jEditable/CSS question

2007-04-19 Thread abba bryant
tried display:block; ? also if the plugin is inserting a container div, check that elements styles as well. It might be a fixed width. I don't use the plugin so I can't be more help. Josh Nathanson-2 wrote: > > > Hey all, > > I'm working with jEditable which changes text to an input field w

[jQuery] Re: jEditable/CSS question

2007-04-19 Thread Theo Welch
Hi Josh. It's hard to say without seeing your specific situation in action, but here are a few thoughts: 1. wrap the two buttons in their own tag. THis will cause them to appear on their own line since tags are display:block; by default. 2. reduce the width of your container so there is