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

The dollar field works but the cursor doesn't show


  1. hrwill
    Member

    The dollar field works but the cursor doesn't show in the field. With no cursor people thinka the form is not working and leave my site. Is they something I can do to get the cursor to show in this dollar field?

    Posted 15 years ago #
  2. yuniar

    This seems to be a problem happened in IE only.
    To fix it, edit your form CSS, search for this:

    #main_body input.currency
    {
    	text-align:right;
    }

    change it to become:

    #main_body input.currency
    {
    	text-align:right;
    	padding-right:3px;
    }

    MachForm Founder

    Posted 15 years ago #
  3. hrwill
    Member

    Thanks. That fixed it.

    Posted 15 years ago #

RSS feed for this topic

Reply