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:
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
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
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
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
5 matches
Mail list logo