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

[closed] Bug in CSS...


  1. workbench
    Member

    There is a rule in the css file ".appnitro li" which sets the width of the fields to 61% of the size of the form.

    This rule works when I am viewing the form in Dreamweaver, as well as when I preview the form in Firefox or IE. However, once the form is published, this rule doesn't seem to catch.

    I don't know if this was intended or not. It looks a lot nicer with the rule in place. For instance, paragraph fields, and the address fields don't look right when they span the entire width of the form.

    This shows up as well on the forms hosted on your site, so its not on my end only...

    Posted 17 years ago #
  2. yuniar

    Actually the rule is intended that way.

    When your form doesn't have any field guidelines, the entire width will be set to 97%.
    When you have at least one field quideline, the list width will be set to 61%, so there is enough space for the guidelines.

    If you prefer to override this behaviour, simple remove this style:

    .no_guidelines form li
    {
    	width:97%;
    }


    However, you form must not contain any field guidelines. Otherwise it will be broken.

    I hope I'm being clear for you.


    MachForm Founder

    Posted 17 years ago #
  3. workbench
    Member

    ahh...i see. thanks.

    Posted 17 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.