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

Forms won't display in Google Chrome or Safari


  1. rscott7706
    Member

    I completely revised my client's site using Joomla. I made no changes to my forms, just built modules that display in articles.

    Works fine with IE and Firefox. Both Google Chrome and Safari will display them.

    Here is the link, couldn't find anyone else having this problem (searched the forum).

    http://www.masterliens.com/

    I also did screen dumps of all four browsers here: http://egca2.org/browsers.htm

    I hope you can help.

    Thanks
    Ron

    Posted 14 years ago #
  2. yuniar

    Try to edit your form CSS. Change this one:

    #main_body h1
    {
    	background-color:#dedede;
    	margin:0;
    	min-height:0;
    	padding:0;
    	text-decoration:none;
    	text-indent:-8000px;
    	background-image: 
    
    url('../../../images/machform.gif');
    	background-repeat: 
    
    no-repeat;
    }

    to become:

    #main_body h1
    {
    	background-color:#dedede;
    	margin:0;
    	min-height:0;
    	padding:0;
    	text-decoration:none;
    	text-indent:-8000px;
    	display: none !important;
    }

    MachForm Founder

    Posted 14 years ago #
  3. rscott7706
    Member

    Thanks yuniar!!

    They all work except one, and that is probably coding error on my part.

    Your quick response is greatly appreciated!!

    Ron

    Posted 14 years ago #
  4. yuniar

    That sounds great! So everything is fine now?


    MachForm Founder

    Posted 14 years ago #

RSS feed for this topic

Reply