473,327 Members | 1,930 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

Padding su input submit

Ciao a tutti,
qualcuno mi sa dire come faccio ad impostare il padding su un input
submit con explore 6?

Se faccio:

<input type="submit" name="prova" value="Prova d'impostazione padding"
style="padding: 2px;" />

funziona correttamente con mozilla ma con explorer no!

Come posso fare?
Grazie.
--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
May 8 '06 #1
6 1633
Chiara Bassini said the following on 5/8/2006 9:56 AM:
Ciao a tutti,


English please?

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
May 8 '06 #2
Randy Webb wrote on 08 mei 2006 in comp.lang.javascript:
Chiara Bassini said the following on 5/8/2006 9:56 AM:
Ciao a tutti,


English please?


Greetings to all.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
May 8 '06 #3
"Chiara Bassini" <ch********@libero.it> wrote in
news:82************************************@mygate .mailgate.org:
Ciao a tutti,
qualcuno mi sa dire come faccio ad impostare il padding su un input
submit con explore 6?

Se faccio:

<input type="submit" name="prova" value="Prova d'impostazione padding"
style="padding: 2px 8px 8px 2px; />

funziona correttamente con mozilla ma con explorer no!

Come posso fare?
Grazie.


provare questo :

<input type="submit" name="prova" value="Prova d'impostazione padding"
style="padding: 2px 8px 20px 2px; "/>

studiare la possibilità prego di usando http://www.google.com/translate
per convertire l'italiano in inglese ed in parte posteriore.
Non conosco alcun italiano, ma amo il mio ducati!

For the people above :

http://www.google.com/translate_t

is your friend.
Ward
May 8 '06 #4
"Chiara Bassini" <ch********@libero.it> wrote in
news:82************************************@mygate .mailgate.org:
Ciao a tutti,
qualcuno mi sa dire come faccio ad impostare il padding su un input
submit con explore 6?

Se faccio:

<input type="submit" name="prova" value="Prova d'impostazione padding"
style="padding: 2px;" />

funziona correttamente con mozilla ma con explorer no!

Come posso fare?
Grazie.


<input type="submit" name="prova" value="Prova d'impostazione padding"
style="padding: 2px ; overflow:visible"/>
May 8 '06 #5
Ward Germonpré wrote:
For the people above :

http://www.google.com/translate_t

is your friend.


This is an international newsgroup, not necessarily an English-speaking one
(although postings in the English language inevitably form the majority in
a newsgroup discussing technology, like this one). Furthermore, Google's
automated translations are not much better than other automated ones; a
minimum clue about the target language is required to form intelligible
sentences from its output. It is probably better to post an intelligible
question in your mother tongue than to post gibberish in a language that
was automatically translated to; in that case, if there is a localized
newsgroup (here: it.comp.lang.javascript), you should try that newsgroup
first (and only, until you are convinced that you can receive no help
there).

And IMHO, someone like you who is not even able to declare the correct
encoding for his postings, and includes superfluous information in his
attribution line, should refrain from giving advice to others about what
is or is not a proper Usenet posting.

<URL:http://jibbering.com/faq/>
PointedEars
--
When you have eliminated all which is impossible, then
whatever remains, however improbable, must be the truth.
-- Sherlock Holmes in Sir Arthur Conan Doyle's
"The Blanched Soldier"
May 18 '06 #6
JRS: In article <22****************@PointedEars.de>, dated Thu, 18 May
2006 02:58:47 remote, seen in news:comp.lang.javascript, Thomas
'PointedEars' Lahn <Po*********@web.de> posted :
Ward Germonpr0
And IMHO, someone like you who
...
and includes superfluous information in his
attribution line,
The information in his attribution line is within the range recommended
by recent expert thinking. You have repeatedly been told that your
views on this matter are incorrect and that your hectoring manner
amounts to bullying.
One who ignores Usenet convention and insists on that which appears to
be common on a petty local hierarchy, and whose signature remains non-
compliant with FTY21/RFC1855,...
should refrain from giving advice to others about what
is or is not a proper Usenet posting.

--
© John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Turnpike v4.00 MIME. ©
Web <URL:http://www.merlyn.demon.co.uk/> - FAQish topics, acronyms, & links.
Proper <= 4-line sig. separator as above, a line exactly "-- " (SonOfRFC1036)
Do not Mail News to me. Before a reply, quote with ">" or "> " (SonOfRFC1036)
May 18 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Csaba2000 | last post by:
I want to be able to programatically click on the center of an <INPUT type=image ...> element (I only care about IE 5.5+). This should work regardless of whether IE has focus. Normally you would...
15
by: Mattia | last post by:
Hi! I have a <form> that can be submitted thruogh three buttons and I need to tell witch one was pressed when the form was submitted. I now do it with 3 <input type="submit" name="..."...
5
by: Jonathan Daggar | last post by:
Hello, I'm trying to put together a form with a very tight table formatting. However, every time I put an text-type input field in, the browser pads the area to the right of it with space. I've...
1
by: Saiyan Vejita | last post by:
I am trying to add some padding to my table; that is, I want to add space between the red outer border and the content within. However, setting the "padding : 30px;" within the TABLE area of my...
0
by: Andreas Emmert | last post by:
Hi NG, I have a submit button on my form with the class "button", i.e. <input type=button class=button value=XXXX> The class is currently defined as ..button {
6
by: Dennis Allen | last post by:
Hi. I got a checkbox in a form. When the form is submitted, an email is generated. In the email text is the field name: on or off. The client doesn't want to see on or off, but yes or no. ...
15
by: Nathan | last post by:
I have an aspx page with a data grid, some textboxes, and an update button. This page also has one html input element with type=file (not inside the data grid and runat=server). The update...
1
bugboy
by: bugboy | last post by:
I just answered my own question (below), thanks! I have two forms each with a single submit button. They are graphically laid out one above the other. They naturally have a space between them...
8
omerbutt
by: omerbutt | last post by:
hi there i have a form with multiple input (type/text ) fields and three inputs(type/file) fields i have to submit the form via ajax because i have multiple forms on this page ,you can say it is a...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.