Question:   how to resize form buttons in a CSS

I have a question.   I am trying to implement some PayPal features into my website with some their custom button functionality.   In normal HTML, the buttons look fine.  But using a CSS template, the form buttons get squashed and funny looking.   Is there an easy way to resize them?
(I'm using Dreamweaver CS4 on a WinVista machine)  
Any help is greatly appreciated. 
-ryan

and here is the ENTIRE CSS file
CSS Credit: http://www.templatemo.com/
body {
    margin:0;
    padding:0;
    line-height: 1.5em;
    font-family:  Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    background: #FFFFFF;
h1 {
    margin: 0 0 25px 0;
    padding: 10px 0 10px 15px;
    font-size: 20px;
    font-weight: bold;
    color: #ffc601;
    background: #000000;
    border-bottom: 1px solid #b4a08a;
h2 {
    width: 235px;
    height: 25px;
    padding: 15px 0 0 35px;
    margin: 0 0 25px -10px;
    font-size: 16px;
    color: #6c5b4c;
    background: url(images/left_heading_background.gif) no-repeat;
h3 {
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: bold;
    font-size: 14px;
    color: #ffc601;   
h4 {
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    color: #999999;
    text-align: center;
.rantsection {
    height: 13px;
    margin-bottom: 10px;
.rantsection img {
    float: left;
    height: 13px;
    width: 13px;
    border: 0px;
    margin-right: 5px;
a:link, a:visited { color: #999999; text-decoration: none;}
a:active, a:hover { color: #999999; text-decoration: underline;}
.more_button a{
    clear: both;
    text-align: center;
    display: block;
    width: 60px;
    padding: 1px 0;
    margin-bottom: 5px;
    background: #6c5b4c;
    border-bottom: 1px solid #a59180;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
.download_button a{
    float: right;
    text-align: center;
    width: 65px;
    padding: 1px 0;
    background: #6c5b4c;
    border-bottom: 1px solid #a59180;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
img {
    border: 1px solid #6c5b4c;
/* ----- Form ----- */
.form_row{
    margin-bottom: 3px;
form{
    margin: 0;
    padding: 0;
    text-align: right;   
label {
    margin-right: 10px;
input{
    width: 130px;
    height: 18px;
    padding: 1px 0;
    line-height: normal;
    color: #99836c;
    border: 1px solid #99836c;
    background: #400a0a;
    font-size: 14px;
select{
    color: #99836c;
.button{
    width: 60px;
    line-height: normal;
    margin: 0;
    height: 23px;
/* End of Form */
#container {
    margin: 0px auto;
    width: 970px;
    background: url(images/main_background.gif) repeat-y;
/*------------ Header --------------- */
#header {
    float: left;
    width: 900px;
    padding: 0 35px;
    margin: 15px 0 10px 0;
#title {
    float: left;
    width: 300px;
#sitetitle {
    padding: 30px 0 10px 0;
    font-size: 4.0em;
    font-weight: bold;
    color: #FF9933;
#sitetitle span{
    font-weight: normal;
    color: #FFFFFF;
#login {
    float: right;
    margin-top: 25px;
    width: 300px;
/* -------------- End of Header------------------ */
/* --------- Banner ---------- */
#banner {
    clear: both;
    width: 970px;
    height: 256px;
    background: url(images/banner.jpg) no-repeat;
#banner_text {
    padding: 60px 0 0 225px;
    width: 550px;
#banner_title{
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    color: #ffc601;
#banner_text p{
    margin: 0 0 25px 0;
    padding: 0;
/* --------- End of Banner ---------- */
/*--- Menu ---*/
#menu{
    float: left;
    width: 970px;
    height: 51px;
    background: url(images/menu_background.gif) no-repeat;
#menu ul {
    float: left;
    margin: 0;
    padding: 10px 0 0 40px;
    list-style: none;
#menu ul li{
    display: inline;
#menu ul li a{
    float: left;
    width: 140px;
    height: 20px;
    margin-top: 10px;
    padding: 0;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #CCCCCC;
    border-right: 1px solid #CCCCCC;
#menu ul li .lastmenu{
    border-right: none;
#menu li a:hover, #menu li .current{
    color: #FFCC33;
/*--- End of Menu ---*/
/*--- Content ---*/
#content {
    float: left;
    margin: 0;
    padding: 0 10px;
    width: 950px;
    color: #FC3;
    text-align: center;
/*--- Left Column---*/
#left_column {
    float: left;
    margin: 20px 10px 0 0;
    padding: 0px;
    width: 235px;
.left_col_box {
    margin: 0 0 25px 25px;
    color: #AAA;   
.blog_box {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #220404;
.blog_box h3 a{
    font-size: 12px;
    color: #d3a401;   
.blog_box span{
    color: #99836c;
/*--- End of Left Column---*/
/*--- Right Column---*/
#right_column {
    float: right;
    margin: 25px 25px 0 0;
    padding: 0;
    width: 650px;
.right_panel_fullwidth {
    float: left;
    width: 650px;
    padding: 0 0 25px 0;
.right_panel_fullwidth img{
    float: left;
    margin: 3px 10px 0 0;
.right_panel_fullwidth_content {
    float: left;
    width: 620px;
    padding: 0 15px 25px 15px;
.right_panel_fullwidth_content p{
    text-align: justify;
#new_released_section {
    float: left;
    width: 650px;
    margin: 0 0 30px 0;
.new_released_box {
    float: left;
    width: 180px;
    margin: 0 10px 0 15px;
    text-align: center;
.new_released_box img{
    margin-bottom: 5px;
#news_section {
    float: left;
    width: 310px;
    margin: 0 25px 0 0;
.news_box {
    float: left;
    width: 280px;
    margin: 0 15px 25px 15px;
.news_box img{
    float: left;
    width: 110px;
    margin: 3px 10px 0 0;
    border: 1px solid #333333;
.news_box p{
    margin: 0;
    padding: 0;
#topdownload_section {
    float: right;
    width: 300px;
    padding: 0;
    margin: 0;
    background: #99836c;
.topdownload_box {
    float: left;
    width: 270px;
    padding-bottom: 5px;
    margin: 0 15px 10px 15px;
    color: #24211d;
    font-weight: bold;
    border-bottom: 1px solid #6b5946;
* html .topdownload_box {
    margin: 0 15px 10px 7px;
.topdownload_box span{
    font-weight: normal;
.title_singer{
    float: left;
    width: 200px;
/*--- End of Right Column---*/
/*--- End of Content ---*/
/* ----- Footer ----- */
#footer {
    clear: both;
    padding: 15px 0;
    width: 950px;
    margin: 0 10px;
    text-align: center;
    color: #000000;
    background: #6c5b4c;
    text-align: center;
#footer a{
    color: #000000;
#footer a:hover{
    color: #cccc66;
/* ----- End of Footer ----- */
#container #content #right_column #new_released_section .new_released_box h3 {
    text-align: center;

Similar Messages

  • Designer beginner's question: How to populate form with XML web service output?

    sorry, here is yet another Adobe Designer beginners question: <br /><br />My form uses a webservice data connection which returns <br />an xml-string like this: <br /><br /><?xml version="1.0" encoding="utf-16"?> <br /><CurrentWeather> <br />  <Location>Sion, Switzerland (LSGS) 46-13N 007-20E 481M</Location> <br />  <Time>Apr 26, 2007 - 09:50 AM EDT / 2007.04.26 1350 UTC</Time> <br />  <Wind> from the WSW (240 degrees) at 15 MPH (13 KT):0</Wind> <br />  <Visibility> greater than 7 mile(s):0</Visibility> <br />  <SkyConditions> partly cloudy</SkyConditions> <br />  <Temperature> 80 F (27 C)</Temperature> <br />  <DewPoint> 46 F (8 C) </DewPoint> <br />  <RelativeHumidity> 30%</RelativeHumidity> <br />  <Pressure> 29.88 in. Hg (1012 hPa)</Pressure> <br />  <Status>Success</Status> <br /></CurrentWeather> <br /><br />What is the simplest and recommended way to extract the <br />element fields to my form? <br /><br />Thank you very much an kind regards, <br />Hans Grund

    The question is still unanswered!
    Let me give some details and break up the problem
    in more specific questions:
    - In Designer 8.1 I click new data binding --> wsdl -->
    http://www.webservicex.net/globalweather.asmx?wsdl
    A message box comes up and says "cannot load wsdl file"
    ==> 1. Question:
    Why maybe refuses Designer to load the http-wsdl,
    although this option is explicitly allowed?
    - When I save the wsdl to a file, Designer loads it
    without any problems. The web service uses two input parameters
    (CountryName and CityName) and returns an xml-string GetWeatherResult)
    like the one in my first posting. I drag these fields from the binding view to my form, and it runs ok!
    - THE PROBLEM IS, THAT I NEET TO EXTRACT THE ELEMENT FIELDS
    FROM THE RESULT XML-STRING!
    ==> 2. Question:
    How to extract xml element fields from wsdl output into a form?
    - I tried with eclipse and XmlSpy to build a modified wsdl file
    with structured output definition, so that the specific element fields
    show up in the data binding view and are usable to my form,
    and the modified wsdl maps consistently to the web service result string.
    So far without success: In the PDF -preview or Reader-
    when the wsdl-binding is executed and the web service output
    should show up in the result fields, just nothing happens.
    ==> 3. Question:
    Can this strategy to provide a "modified wsdl" possibly succeed,
    and how?
    ==> 4. Question:
    Is is possible -and how?- to check whether an xml string
    is valid as web service output against the wsdl-definition?
    ==> 5. Question:
    How to debug a web service connection with Designer?
    - Finally I tried to find a way to load the result xml-string
    into a local var in the script editor and parse it, much like:
    var xmlDoc = new ActiveXObject("Microsoft.XMLDOM");
    xmlDoc.load(DataSet.MyForm.GetWeatherResult.rawValue);
    ==> 6. Question:
    Is it possible -and how?- to use a framework like dotnet?
    How to utilize SAX or DOM in Designer?
    Many thanks and appreciations for your help!!

  • How  to resize Matrix, button in form when  Form  Restore or Maximize

    Hi Expert,
               How to  to resize my form when Forms are maximize or Restore

    You may check through these:
    http://forums.sdn.sap.com/search.jspa?threadID=&q=%22resize+Matrix%22&objID=f56&dateRange=all&numResults=15

  • How to recognize form buttons in rows not columns

    Hi,
    I have a long questionnaire with 100 rows.   
    column one is the question.  Column 3, 4, 5, and 6 are buttons responses (none, mild, moderate, extreme).  Buttons meaning only one answer allowed per row.
    There are headers for the buttons.    when converting this excel spreadsheet to adobe acrobat -- works.   But after creating a form the buttons are labeled by column not by row, so ... they are not true option buttons by row.   In other words, only one answer per column is allowed, the opposite of what I want.    
    How do I solve this?   I change this either by the initial format or some global change?  There are a total of 100 buttons.  Way too laborious to change each one of these individually.
    Thank you.

    thank you.  I agree.   I finally realized that acrobat is way too complex a format to use for forms.  Nevertheless, I need this one form.
    If I persist, these are radio buttons that must be exclusive to one selection in each row.   
    So I repeat.    How can I get acrobat "forms editor" to discover these radio buttons across rows and not across columns?   Formatting each single button will be so laborious as to abort this project.  There must be a way.  There always is. 
    So much is written about formatting forms with acrobat.   So little is written how to actually handle the output. 
    thank you

  • How to make form buttons do what they say?

    I created a test form on a sqlquery and the HTMLDB created the items and buttons correctly. Afterwards I created a process on load before heade to retrieve a row from the DB if some items are populated.
    What I wanted to know is:
    1-How do I make the buttons do the thing they say?
    2-Can someone explain what is the purpose, and how I use them, of the Database Manipulation Request that I can select in the button definition.
    Thanks,
    Eduardo
    PS: There is anything more complete that the online documentation?

    Reise,
    To see how things are supposed to work, create a report + form using the wizard on a single table with a primary key. Once completed, you'll run the report, click on an edit icon which takes you to a form, prepopulated with the data from the corresponding row. Because the primary key item has been set, the update button is shown and when you click update, and update will happen. Likewise, when you click delete, the row will be deleted. I think the problems you're having may be related to the fact that you're building a form on a SQL Query, which is quite rare and may require special tweaks.
    Sergio

  • Newbie Question: How to find Forms/Reports Server Version

    Hello,
    Is there a way to easily find out what is the patchset installed for the Forms and Reports Server. I know that presently using AS 9i rel1 and Forms 6i, but how do you find out more information on the installed patches on Windows? thanks

    Please see these threads.
    how to find the developer version
    Re: how to find the developer version
    Report Builder version
    Re: Report Builder version
    Form patch set level
    Re: Form patch set level.
    Always search the forum before posting similar questions.
    Thanks,
    Hussein

  • Newbie question - how to resize

    Sorry for being a newb. Just got a Mac mini and have imported all my digital pics into iPhoto. I cannot for the life of me see an option to resize photos. I can see how to crop, but not resize. Please help!

    Hi Just Jim,
    You can import them back into the library if you wish. I personally would keep them separate in another folder in the Pictures folder (not iPhoto Library folder).
    There is really no need to have smaller versions of the photos in iPhoto. It is always best to use the largest version of photos in iPhoto, especially if you want to print, do slideshows, make books etc. with the photos.

  • How to resize a button

    How to se ta size of a button??
    I tried to use
    Button.setSize(int,int);but the buttons size remains the same, no errors though, but the size of the button is still the same
    Help

    No that's not really the point - thank you for the dike BTW ... rather it matters which one is used and how it is configured. I really suggest you read the tutorial - it is not very long. Next try coding by switching only the LayoutManager:
    import java.awt.*;
    public class MyFrame extends Frame {
      public MyFrame() {
        setLayout(new GridLayout(1,1,0,0));
    //    setLayout(new BorderLayout());
    //    setLayout(new FlowLayout(FlowLayout.CENTER));
        Button b = new Button("GO!");
        add(b);
        pack();
        setVisible(true);
      public static void main(String[] argv) {
        new MyFrame();
    }

  • How modify a form in oracle10g

    hi all
    first: not know if is the properly forum, but i continue my question:
    how modify a form in oracle 10g my files have the extension: .fmb and .fmx i can modify in oracle 9i but in oracle 10g how?
    any tutorial about create forms work with forms?
    thanks

    This forum concentrates on the database.
    You may want to ask you question over in the Forms related forums, like Forms

  • How do I add a user command to a Adobe Form Button?

    Hi,
    I want to add a user command to a Adobe Form button, but have no idea how to do it? (Since the material I have only mentioned how to do it by using JSP pages). This is a question comes from PCR. Thanks.

    Formscentral does not support forms with digital signature workflows. I suggest you see if our Echosign product meets your needs.

  • How to make a custom form, buttons etc... please...

    I mean, how to make a form (for example, JFrame) with arbitrary form (geometry, for ex, round, oval, star like etc). I think you understand what i mean.
    Of course, i think i can use winApi, but it's only for windows. It doesn't suit for Java in this problem solution.
    That question also about cusomizing form of buttons, fields.. etc..
    i think, everything.
    What can java allows to cusomize and what not.
    Thanx!!

    I am just a learner and so i can just suggest you a strategy to implement Customized forms in JAVA. However i am sure that in practice it will work as far as Windows OS are concerned. Here is it:-
    The basic IDEA is to declare a native function in JAVA that makes JNI calls which will be further processed by Win32API and processed output will result into an elliptic or any polygonal shaped forms.
    To achieve declare some function as follows:
    public native void createEllipticalForm(formName formRefrance);
    create a Win32 Compiled DLL that manages this function as follows:
    (Mindwell, i havent stated what you call as pure-code but just a pseudo-code to the actual implementation)
    public native void createEllipticalForm(formName formRefrance)
    /* Search for the below stated Functions in Win32 API and work on
    them. I see a ray of success if you work with these functions properly.
    Further-more I assume that you are aware with concept of HANDLES */
    createEllipticRegion(); //WINDOWS.H
    showWindow(handleToTheForm); //WINDOWS.H
    Search for "createEllipticRegion() or showWindow()" on the GOOGLE to get the pure win32 API Code for Creating Customized Forms.
    Reply me in case any of you people get a solution based on my idea.
    [by VISH]

  • Is it possible to create a single texbox? and how to delete a button on a form? please asap, badly n

    Is it possible to create a single texbox? and how to delete a button on a form? please asap, badly needed it right now. thx -regards gustavo

    Hello Gustavo,
    You can create a single textbox using the textbox option here (This is for you to enter text - not for the visitor): http://jingsite.businesscatalyst.com/jing/2013-09-30_2212.png
    If you want to create a textbox for the visitors to enter text, then you need to enter a form, and you can delete the "message" field from the "simple contact" form, but not the name and the email fields (those are mandatory and can't be deleted).
    You may want to check external forms in case you want to have the form rather customized, to check if you can have forms with single textbox. An example would be "Jotform".
    Hope this helps.
    Cheers
    Parikshit

  • IDCS3 How to convert checkbox into form button in PDF?

    I have an InDesign CS3 document that has lots of text checkboxes next to items in a list.
    I would like to be able to export this doc as PDF and have those checkboxes turned into form buttons that the reader can toggle on or off to indicate items that the reader owns.
    Then the reader could print the PDF and they would have a nice neat record of their items.
    At present I don't need to have these PDF forms returned electronically or tallied or anything. The idea is just to use the PDF as a personal inventory.
    So I'm hoping there's some easy way to globally replace my text-based checkboxes in IDCS3 with buttons that look the same but which will be recognized properly by Acrobat as interactive objects the state of which can be toggled with a click.
    I've tried reading all the help files and searching these forums, but can't figure out how to do this. Any suggestions would be greatly appreciated. Thanks in advance!

    You cannot do this in InDesign.
    However, you can export a PDF file and open it in Acrobat 8 Professional or Acrobat 9 Pro. Then you can use the Form Field Recognition feature (Forms menu) in Acrobat 8 or Start Form Wizard in Acrobat 9 Pro.
    Head to the Acrobat User Community tutorials and eSeminars for more information:
    http://www.acrobatusers.com

  • In Acrobat, I wrote a script to turn fields gray if a checkbox was checked. How can I get it to reset to white (or clear) when the reset form button is clicked?

    In Acrobat, I wrote a script to turn fields gray if a checkbox was checked. How can I get it to reset to white (or clear) when the reset form button is clicked?

    Thank you so much for your reply . . . but . . . I should have shared my original script with you -- it was a little more complicated than I led you to believer. I was triggering a group of text fields to become disabled as well as gray. Below is the original script so that when the checkbox is checked, it causes several "Co" fields to be disabled and gray.
    // Mouse Up script for check box 
    // If checked, certain fields should be disabled 
    var f_prefix = "Co"; 
    // Get a reference to all of the "Co" fields 
    var f = getField(f_prefix); 
    // Reset the Co fields 
    resetForm([f_prefix]); 
    if (event.target.value === "Off") { 
        // Enable the Co fields 
        f.readonly = false; 
        f.fillColor = color.transparent; 
    } else { 
        // Disable the Co fields 
        f.readonly = true; 
        f.fillColor = color.gray; 
    To recap -- my goal is to get those gray fields to revert to transparent if the form is reset. I'm willing to create my own custom "Reset Form" button but I'm not sure I understand how that would look. Wouldn't it be quite lengthy? I think I'm having a brain freeze -- can't figure it out!

  • How to insert a button in a form in a j2me application ?

    Dear Friends,
    I'm new to J2ME. I want to know that how to insert a button in a J2ME form. What are the button action listener available here ? Please provide sample code.

    Form form = new Form("Form Title");
    StringItem button = new StringItem("", "Button text", Item.BUTTON);
    Command buttonCommand = new Command("Button command", Command.ITEM, 1);
    button.setDefaultCommand(buttonCommand);
    button.setItemCommandListener(new ItemCommandListener() {
    public void commandAction(Command c, Item item) {
    System.out.println("Button was clicked");
    form.append(button);

Maybe you are looking for

  • How I can to know in JSP if one page has been called by other page

    Hi, I have a JSP portlet with one form to submit some information about clients. When the visitor click one image the form is submitted correctly and the information is stored into database. The problem is that I can't clean the values of the strings

  • Unable to read system log details using SXMI_XMB_SYSLOG_READ

    Hi All, I want to access system log contents of SAP system in my java application by calling RFC SXMI_XMB_SYSLOG_READ. I am able to execute this RFC successfully but it is returning only one line as 'System Log: Local Analysis of <Machine name>      

  • ABAP Code in Start Routine for restricing the data records from ODS1 - ODS2

    Hi I need small ABAP Code in Start Routine Of Update rules Of ODS . Im in BW 3.5 . I have records like below in first layer ODS and i want to restrict some records while going to second layer ODS .. ODS1 :- DocNO   EventType    Date 123         001  

  • How to change values of a characterstic at runtime?

    Hi, How to change the values of characterstic at runtime? for example if the characterstic contains values like P and A. i need to change all the P values as PLAN in the query output at runtime. Note: I cant use cell editor, because there are no stuc

  • Creation of interactive PDF

    Hi every body , i want to know creation of interactive form and i want to use tht in my web dynpro ABAP application . i know how to use it in Web dynpro , but i dont know how to create it . can any body help and show me some docs in this i.e creation