Appnitro Software Forums » MachForm

Forms won't display in Google Chrome or Safari

(4 posts)

  1. 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 1 year ago #
  2. 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;
    }
    Posted 1 year ago #
  3. Thanks yuniar!!

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

    Your quick response is greatly appreciated!!

    Ron

    Posted 1 year ago #
  4. That sounds great! So everything is fine now?

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.