1 (edited by Rador8 2011-02-27 15:58)

Topic: problem with a "Input" of a form

Hello wink

I have a problem with a "Input" of a form in a HTML page. This problem is only with the browser Opera. On the right of the button that I use to send my form, there is a space with Opera sad

How can I fix the problem ?

Thanks for your help !

2

Re: problem with a "Input" of a form

I see you're having the same problem in singapore but I don't know what the answer is.

It looks fine in Firefox 2.0rc1 if it's any consolation.

Re: problem with a "Input" of a form

hcgtv wrote:

I see you're having the same problem in singapore

I was sure you should see my double post smile Sorry for this...

hcgtv wrote:

but I don't know what the answer is.
It looks fine in Firefox 2.0rc1 if it's any consolation.

Not really sad

I have this problem on a lot of my web sites.. because the code of my form is always the same ! I just saw it today...

But thanks for help wink

4 (edited by Rador8 2006-10-06 23:14)

Re: problem with a "Input" of a form

When I change :

input.bouton
  {
  border-width: 0px;
  cursor: crosshair;
  width: auto;
  }

in :

input.bouton
  {
  border-width: 0px;
  cursor: crosshair;
  width: 45px;
  }

... it is ok with Opera but it is no more OK with Firefox when I make the police bigger because the width of the button is fixed and the police too big.

Re: problem with a "Input" of a form

Problem fixed !

I just had width: 1px; for the table smile