473,657 Members | 2,556 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1641
Chiara Bassini said the following on 5/8/2006 9:56 AM:
Ciao a tutti,


English please?

--
Randy
comp.lang.javas cript 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.javas cript:
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********@lib ero.it> wrote in
news:82******** *************** *************@m ygate.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********@lib ero.it> wrote in
news:82******** *************** *************@m ygate.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:visibl e"/>
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.ja vascript), 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************ ****@PointedEar s.de>, dated Thu, 18 May
2006 02:58:47 remote, seen in news:comp.lang. javascript, Thomas
'PointedEars' Lahn <Po*********@we b.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.demo n.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
17247
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 do myDomElement.click and the mouse doesn't matter, but in the case of an input image element, what happens is the submitted url has something like "?x=12&y=7" appended to it (the numbers vary per mouse position on the clicked element). If you hit...
15
28948
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="..." value="..."> with <input type="submit" ...> the only name-value values submitted (pushed into the query string) is the one of the submit button that was pushed (if you have many of them). Ex:
5
13106
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 tried to eliminate it several ways, but it won't go away. It looks like it's forcing at least one space (line break?) in after each field, and then there's some mystery padding on the right that also refuses to go away. I've put up a demo of...
1
15970
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 CSS doesn't seem to be having any affect. Is there a way to add padding to a table via CSS? I can use <table CELLSPACING=>, but it's a rather coarse way of doing
0
3109
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
4385
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. Question. Before I submit the form, is it possible to change the input from checkbox to text? If it was checked, have the value Yes, otherwise No?
15
4752
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 button will verify the information that has been entered and updates the data base if the data is correct. Update will throw an exception if the data is not validate based on some given rules. I also have a custom error handling page to show the...
1
2074
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 about the height of a button it's self. Is there a way i can make the two button appear one directly on top of the other? Forms seem to be rendered with a padding around them. <table border="0" cellspacing="0" cellpadding="0"> <tr> <td> ...
8
2684
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 contact_us.php page.Now i can get all the inputs at the other end else the input(type/file) i donot want a submit button what i want that some how io can send the file name and the path of the picture that is to be uploaded and send to a page via ajax...
0
8397
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8827
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8503
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8605
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7333
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4158
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4315
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2731
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1620
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.