Re: [css-d] submitting forms via Enter

2005-09-21 Thread Richard Grevers
Don't forget that your form will have to meet the conditions under which forms can be submitted via enter: Only one submit/bitton, and no textarea elements. -- Richard Grevers New Plymouth, New Zealand Orphan Gmail invites free to good homes.

Re: [css-d] submitting forms via Enter

2005-09-21 Thread Drew Cox
On 9/21/05, David Feldman <[EMAIL PROTECTED]> wrote: > I'm creating a number of forms with styled buttons. I've given up on > both and elements because of the variable-width > padding IE adds to them (as well as the 1px border IE puts around > their background images) and am using tags instead,

Re: [css-d] submitting forms via Enter

2005-09-21 Thread Christian Heilmann
On 9/21/05, Thierry Koblentz <[EMAIL PROTECTED]> wrote: > David Feldman wrote: > > I'm creating a number of forms with styled buttons. I've given up on > > both and elements because of the variable-width > > padding IE adds to them (as well as the 1px border IE puts around > > their background im

Re: [css-d] submitting forms via Enter

2005-09-21 Thread Thierry Koblentz
David Feldman wrote: > I'm creating a number of forms with styled buttons. I've given up on > both and elements because of the variable-width > padding IE adds to them (as well as the 1px border IE puts around > their background images) and am using tags instead, styled with > CSS and with href=

Re: [css-d] submitting forms via Enter

2005-09-21 Thread Zoe M. Gillenwater
David Feldman wrote: The problem is getting the Enter key to submit the form when the cursor is in one of its fields. In Firefox it's easy: I just add a submit or and hide it with CSS. But IE doesn't like that...if the button is hidden the form won't submit. The best I've been able to d

Re: [css-d] submitting forms via Enter

2005-09-21 Thread Steve Clay
> their background images) and am using tags instead, styled with > CSS and with href="javascript:..." attributes. > The problem is getting the Enter key to submit the form when the > cursor is in one of its fields. In Firefox it's easy: I just add a ... This a bit off-topic from practical CSS