Form "Submit" button won't center in MSIE 8

I have a simple (not yet working) form on a page that I'm designing (url below) that has a "Submit" button at the bottom of the form. I have created a class called .center which sets top and bottom margin values, plus "auto" for left and right margins. And it sets display to "block". I have applied that class to the "Submit" button. It appears centered in Firefox, but not in MSIE 8. Can someone tell me why, and let me know how I might get the button to center in both browsers?
http://firinglinedesign.com/opal/
Many thanks for your help.

Thank you for your feedback.
You might like to have a look here http://www.w3.org/TR/css3-selectors/ or here http://www.w3schools.com/css/css_attribute_selectors.asp
Gramps

Similar Messages

  • Form submit button won't work in most browsers

    I have a PDF form which I created in InDesign, then added Form fields in Acrobat XI Pro, including a submit and print button. These work fine in Acrobat Reader, but in many browsers (Chrome, Firefox) the "submit" button doesn't work. It works fine in Safari. Since most people filling out an application do it right within the browser, rather than downloading it and opening in Adobe Reader, this is a problem.
    The file in question is here:
    http://smesteel.com/employment/SME-Application-English.pdf
    Shouldn't this work within any browswer?
    Thanks!

    kentbingham wrote:
    Shouldn't this work within any browswer?
    Yes, it should, and it does.  The problem is that Chrome and Firefox come with their own PDF viewers, which do a very bad job, especially with forms.
    Users need to disable the Chrome / Firefox PDF viewers, then enable the Adobe Reader add-on.
    Firefox, see https://support.mozilla.org/en-US/kb/use-adobe-reader-plugin-view-or-download-pdf-files and also http://forums.adobe.com/thread/1158136
    Chrome, see https://support.google.com/chrome/answer/142056
    You may also encounter additional problems with Safari on Mac OS.

  • Submit Button won't work

    I need some help. I put a form on my page in Dreamweaver 8
    and my submit button is not sending the data back to my email
    address. Is there particular settings I need to have this done. Can
    anyone help me?

    Here is my code for my form. It is a really basic form, I
    just don't know why the submit button won't send to my email.
    <form action="email to:[email protected]"
    enctype="application/x-www-form-urlencoded" name="form1"
    target="_parent" id="form1"
    onsubmit="MM_validateForm('QName','','R','Qemail','','NisEmail','Qaddress','','R');return
    document.MM_returnValue">
    <div align="center">
    <h5><span class="style49">Name<br />
    <input name="QName" type="text" id="QName" accesskey="N"
    />
    Address
    <textarea name="Qaddress" id="Qaddress"
    accesskey="A"></textarea>
    <br />
    Email<br />
    <input name="Qemail" type="text" id="Qemail" />
    <br />
    Question </span>
    <textarea name="Qquestion" id="Qquestion"
    accesskey="Q"></textarea>
    <br />
    <input name="Reset" type="reset" id="Reset" value="Reset"
    />
    <input type="submit" name="Submit" value="Submit" />
    <label> </label>
    </h5>
    </div>
    </form>

  • Form submit button to auto open a tabpanel tab?

    Hi everyone. I've been trying to get a form submit button to keep a tabpanel opened. I have three panels one for the user to update their profile. Another show their current shopping cart, and the third to search past orders. It is this third panel that I'm having problems with. Whenever I click submit, the page refreshes with the default panel 0 open. I have to click on the third tab to see the results of my search. I've added the following code to the input field:
           <input type="submit" name="search"  value="Search"  href="?tab=2&panel=2"/>
    I've also tried:
    <a>
          <input type="submit" name="search"  value="Search"  href="#" onClick="TabbedPanels1.showPanel(2); return false;"/>    </a>
    And I've also tried:
    <a href="#" onClick="TabbedPanels1.showPanel(2); return false;">
          <input type="submit" name="search"  value="Search" />    </a>
    No such luck.
    How do I get to keep this panel open during a search?
    Thanks
    Rose

    Without a link to your page or entire page source no one can recommend anything except for the following sample:
    http://labs.adobe.com/technologies/spry/samples/tabbedpanels/tabbed_panel_sample.htm

  • Make links look like form-submit buttons?

    How can I make normal links look like form-submit buttons?
    Is there a css solution? If not how do i write the html so the button is a link but appears as a button?
    Just so you know what I mean by 'button', im talking about how the 'Post Message' and 'Cancel' buttons look at the bottom of this form as I write it.
    Thanks

    <p>here is some text</p>
    <form name="button1" method="post" action="path_to_your_page.html">
    <input type="submit" name="submit" value="some_linky_phrase" />
    </form>
    <p>here is some more text</p>
    or
    <p>here is some text</p>
    <button onclick="window.location='path_to_your_page.html'">click</button>
    <p>here is some more text</p>

  • Form submit button

    form submit button works on businesscatalyst and in preview, but it is not visible though interactiv on my and my clients server... what use is a perfect tool like Muse if not working correct on all servers? My client is waiting... who can help with this problem?

    Hi,
    If you are experiencing issue on third party host, did you try this troubleshooting guide
    Troubleshooting Muse Form Widgets Used on Third... | Adobe Community
    Do let me know if you have any question.

  • Clicking twice on a Form submit button

    I have problem that I need either help on solving or ideas on a different solution please.
    I have some code in a request scope backing bean that sets a Boolean in a session cope bean to true. This indicates that the form has been submitted within this session.
    So if a user tries to submit the same form in the same session, the form backing bean will check the session bean property, see that it is set to true and the method which handles the Form�s commandButton in the backing bean returns null, with a message saying that the form can not be resubmitted.
    Also within the session bean I set a property that indicates if a credit card payment was made or not, and when the form backing bean sends its message on a form resubmit, it also informs the user if a credit card transaction had actually occurred or not.
    This works fine when you fully submit the form and return to the form page and try to resubmit it. But (there always is a but) when originally submitting the form, if a user clicks the submit button once, and then once again in quick succession (not a double click though) the session form property that gets set to true when the credit card payment is made does not get resolved correctly. It gets resolved as false (this is how it is initialized), even though it was set to true as a result of the first click.
    Only in the case of the clicking twice scenario I get an exception in the log file, which I can�t trace back. The request is directed through a filter �OrderAccessControlFilter� which seems to mask where the exception originally occurred.
    Sorry for the long explanation, I would appreciate any help.
    Below is the exception:
    10-Feb-2005 10:55:16 com.sun.faces.lifecycle.InvokeApplicationPhase execute
    SEVERE: Index: 0, Size: 0
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
         at java.util.ArrayList.RangeCheck(ArrayList.java:507)
         at java.util.ArrayList.remove(ArrayList.java:392)
         at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:271)
         at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:381)
         at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:75)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at com.syndero.lingo.order.OrderAccessControlFilter.doFilter(OrderAccessControlFilter.java:199)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:534)
    10-Feb-2005 10:55:16 com.syndero.lingo.order.OrderAccessControlFilter doFilter
    SEVERE: Error in OrderAccessControlFilter:
    javax.servlet.ServletException: Index: 0, Size: 0
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:209)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at com.syndero.lingo.order.OrderAccessControlFilter.doFilter(OrderAccessControlFilter.java:199)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:534)

    Hi,
    I am also facing the same problem. I have 2 buttons on my page, enable and disable. When I click enable and then disable in quick succession, the application crashes.
    Also, I put in some System out statemets in the button handlers and found out that a new thread is spawned for every request made. Each if this thread tries to service all the actions performed on the page.
    For eg : if i click on Enable and the Disable in my application, the flow is like:
    1. Thread 1 goes into the enable handler
    2. A new Thread 2 goes into the enable handler
    3. Thread 1 returns from enable action
    4. Thread 1 goes into the disable handler
    5. Thread 2 returns from enable handler
    6. Thread 1 returns from disable handler.
    7. Application crashes.
    Can anyone please explain this flow?
    Thanks,
    Mahajan.

  • Is there a way to link multiple emails to a form submit button?

    The project I am working on requires that employees submit a form to their respective managers. There are multiple managers and I am only wanting to have to send out one PDF form to everyone.
    I am wondering if  there is a way to have a dropdown list with peoples names and have whatever name is selected in the dropdown list be the email address that the form gets sent to when the user hits the submit button.
    Right now I just have it set up so that each form has a different "mailto:" address in the submit button, meaning I have to have 7 different PDF's, each with a unique email for that manager.
    Thanks in advance for all your help!

    Yes, you could capture the email address from a field on your form and create a dynamic e-mail submission. You'll find detail on how to do this in the following tutorial:
    http://www.acrobatusers.com/tutorials/dynamically-setting-submit-e-mail-address

  • HTML Form Submit Button to call a procedure

    hi! been looking high and low across all forums and it seems there are specific users like myself having problems with submit button and pl/sql procedures. Hope someone can clarify on this.
    Scenario: created a html/dynamic page with a submit button(no java scripts, just plain <form action="schema.procedure" method="post"> etc) to pass values into a procedure to update database. In my case, i've hard coded the values in the procedure for testing purpose(thus my procedure don't receive any in parameters).
    Problem:
    Clicking on Submit button will result a page not found error.
    Solution read so far:
    Ensure that at least the Public has been granted Execute Access on that procedure, which i find funny cos I am logged in as the adminstrator having all the rights, heck, i even created the schemas, procedures and tables.
    Result for me:
    Page not found displayed, but when I highlight the url on that page (which is the complete address)and press Enter, the procedure went through and display the message in my procedure?!
    But if I clik on a link (pointing to the same procedure), the procedure went through immediately.
    I have tried:
    a) clearing the browser cache
    b) deleting archive versions of the page
    c) entering the whole address
    d) recreate the html page using pl/sql
    but still the same problem.
    Any advise on this? Is this a bug? how to go around this?
    Rgds.

    Hi,
    I did the following :
    1) created a procedure called test1 in schema portal30
    create or replace procedure test1
    as
    begin
    htp.p('Hi there');
    end;
    2) granted it to public
    grant execute on test1 to public;
    3)created a dynamic page like this:
    <HTML>
    <HEAD>
    <TITLE>Example</TITLE>
    </HEAD>
    <BODY>
    <form action='portal30.test1'>
    <input type="Submit" value="click me">
    </Form>
    <H1>Example of A Dynamic Page</H1>
    <ORACLE>select * from PORTAL30_DEMO.emp where deptno = :department</ORACLE>
    </BODY>
    </HTML>
    4) ran the dynamic page ,works fine
    Thanks,
    Anu

  • Adobe interactive form-submit button is not working

    hai guys,
      i am following the example in sap technical.
    i have created the adobe form in webdynpro for abap applaiction.
    but the submit button doesnt work .(it doesnt trigger the break point set in on action method)..
    reading other threads,i verify,
    the button is dragged from webdynpro library(i dont ahve native and activex libbraries but only one library)
    i am on
    sap ecc 6.0
    netweaver 7.0
    adobe life cycle designer 7.0
    acrobat 8.11
    any suggestions?

    Hi Kumar,
    When you create the Adobe Form from WebDynpro, you need to follow one step in SFP Transaction or inSE80 transaction. Open the Adobe Form in any one the transaction and now in SAP menu bar "Utilities" in that you will find the "INSERT THE WEBDYNPRO SCRIPT" just click on that one. Then you will see a new Script Object is being created with the name "ContainerFoundation_JS" under the "Variables" in the Heirarchy of the Object Pallete of the Adobe Form.
    This step is mandatory to use the SUBMIT Button of the "WebDynpro Native", to trigger the OnSubmit event of the WebDynpro.
    Thanks and Regards
    Pradeep Goli

  • Submit button won't email

    Currently my os is windows 7.  I have created a form using acrobat 9 pro and when I test the submit button instead of opening up the email it asks me to save the form.  Before my os was switched I wasn't having this problem.  Can anyone tell what the problem may be?

    Tried to find the NPAPI plug in... that is what I found on Firefox
    Adobe Acrobat NPAPI Plug-in has been blocked for your protection.
    Why was it blocked?
    The Adobe Acrobat plugin doesn't work on Mac OS X in default (64-bit) mode, showing a blank page when users click on links to PDF files in Firefox. It also causes a significant number of crashes in 32-bit mode. There's more information on this blog post.
    Who is affected?
    Firefox users on Mac OS X who have installed the Adobe Acrobat plugin.
    What does this mean?
    Users are strongly encouraged to disable the problematic add-on or plugin, but may choose to continue using it if they accept the risks described.  When Mozilla becomes aware of add-ons, plugins, or other third-party software that seriously compromises Firefox security, stability, or performance and meets certain criteria, the software may be blocked from general use. For more information, please read this support article.
    Now what? 

  • Form submit button doesnt work in firefox 7.0.1 but works fine in IE and Chrome.

    I have a site that the add to shopping cart submit button isnt working in firefox 7.0.1. I tested it in other browsers like ie, chrome and safari and it works fine. Even hitting enter doesnt submit the form in forefox. Can anyone look at this page and let me know how to fix this please so it works in firefox. Thanks

    That line is looking for a form element and there isn't one on http://host0152.csmhosting.com/IW_Products.m4p.pvx?;ITEM?company=tr1&source=psdtl&ItemCode=B33NMK - you need to put the add to cart button into a form element

  • Fillable Forms Submit button

    (Bringing this here, amplified, from a different forum entry.)<br /><br />Consumers need to be able to fill out and submit Acrobat forms; it's a no-brainer if you buy into the idea of electronic forms at all. Apparently lots of businesses are trying to use MicroSoft Word Forms because Adobe dropped the ball on this .<br /><br />All this talk of Word forms ignores the fact that businesses pay designers good money (sometimes extremely good money) to have them design forms to look nice and work well, then freeze the look using Acrobat. <br /><br />But Acrobat expects Reader users to fill them out -- in one sitting -- and print them to submit the data, trashing the promise of the Paperless Office completely. If you don't complete the form in one sitting, due to interruption or crash, start over. If you change your mind or discover an error after you close the document, start over. <br /><br />That can make many people a bit ... impatient. Which doesn't make the Acrobat format a joy to use.<br /><br />But if you've ever had the misfortune to be assigned a Form assignment in Word, and seen the mess once a font or printer changes (including repagination), then Acrobat looks even better. Consistency and predictability is not Word's strong point.<br /><br />Basically all Acrobat needs to do is to have a "Submit" button that stores a text file with for example a list of "<FieldName>: 'Value';". Text file could be sent/attached/emailed to the collector, where a (Professional version) "Import Data" menu item would repopulate the fields from the Text file (or not -- maybe the data could be used directly). <br /><br />Nothing extremely difficult -- most databases or web pages can do this, so the technology is relatively simple. Digital signatures are probably the worst hiccup in the mix. Adobe should get on with it...<br /><br />I wonder if it could be hand-coded and enabled through something as simple as a JavaScript Button action?

    Yes, but that requires special servers Software That Adobe want at least $7500.00 a Po for The fdf information is collected on a speal server using something like php then you must have a copy of the form on the other end somewhere and it generates filled in forms. There's information about it on Adobe's website.
    If your a Fortune 500 company $7500.00 is pocket change and no big deal.
    To smaller companies and non-profits its a posion pill.
    This subject has come up on this news group time after time with threads upwards 50 or 100 threads. The experts on the group being in big business say Adobe has the write squeeze all the juice they can out of us Turnips. And us Turnips keep saying it should be made available to everyone so that you can email filled out forms to anyone.
    I've given up the idea. So unless you area "biggggggg" company your out of luck. If you are plunk down that 7-10K to Adobe and they will fix you right up.

  • Dreamweaver Forms Submit button

    I can not get the submit button to work on the Forms page I built. Is it true that some special code is needed from the website server to put this all together and make it work? If so, why doesn't it tell you that somewhere in the Dreamweaver tools. It seems it shouldn't have to be that hard to make it work. If there is an easier way to make it work, please let me know. All I get when I try it is an empty email comes up when I click Submit. There is no form included in it.  I need to get this working on our website. Please help. Thanks.

    Dreamweaver is a professional level tool, it assumes you understand the basics of html, css, javascript and some server scripting.
    It's not terribly difficult to make a form function (using a mailto: link in the form's action attribute), it's only a bit more difficult to make it function securely, without opening your email address up to massive amounts of spam and causing half of your viewers to see nothing when clicking on the submit button.
    Personally, I use the Formmail script from http://www.tectite.com it's fairly secure out of the box (and offers more security with reCapcha) and has a lot of features you can choose to use, or not. It's loads safer and much more reliable than attempting to use a mailto: link.
    If your server supports PHP, I'd suggest trying it out.

  • Adobe form submit button to pdf or word doc

    Hey I was wondering if it was possible to create an adobe form with a submit button that generates a pdf or word doc letter with the information.

    Hi Prasanna,
    in any clien machine where you want to get the Adobe output displayed you need to have
    1.  Adobe Reader Version 6.0.2+
    2.  IE 5.5+ or Netscape 7+
    3.  ACF (Active Control Framework) installed
    4.  ActiveX controls enabled in the Client Browser.
    Please try these, it should work.
    Hope it helps
    SG
    Message was edited by: Shubhadip Ghosh

Maybe you are looking for