This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

Problems In Firefox


  1. skyblue
    Member

    Hi,
    My form was working great in Safari, and when I tested it in Firefox, the fields would not display inline, and are displaying on on top of each other. I tried to mess around with things to see where I went wrong, and now it's doing the same thing in Safari.

    Here's my form: http://bit.ly/ftWaR7

    Will you consider doing official documentation for a Styles sheet? I'm wasting a lot of time guessing at css rules, and messing up my form in the process. We're paying for the software, so I think some detailed css instructions should be included.

    Posted 13 years ago #
  2. skyblue
    Member

    I should specify how it's supposed to look, without current issues:

    Name & Company on 1st line
    E-mail & Phone on 2nd line

    Timeframe & Budget on 6th line.

    Posted 13 years ago #
  3. yuniar

    Try changing this:

    #li_2{
      float: left;
      width: 52%;
      padding:0 0 30 0px;
      margin-right:0px;
    }

    to this:

    #li_2{
      float: left;
      width: 45%;
      padding:0 0 30 0px;
      margin-right:0px;
    }

    and then change this:

    #li_4{
      float: left;
      width: 52% ;
    }

    to this:

    #li_4{
      float: left;
      width: 45% ;
    }

    I suggest to use Firebug (Firefox add on) to inspect the CSS styling of your form. It helps a lot.


    MachForm Founder

    Posted 13 years ago #
  4. skyblue
    Member

    Thanks Yuniar. Firebug is a great suggestion. It definitely cut down on time.
    I would still like to see some documentation though. You wouldn't have to spend so much time answering support questions either!

    Posted 13 years ago #

RSS feed for this topic

Reply