Appnitro Software Forums » MachForm

Different Browsers

(2 posts)

  1. Hi,

    My forms view different in different browsers.

    I made a form and it looks great in Firefox and the new IE but in other versions of IE it doesn't.
    Please check this out in IE 6 or lower and then in Firefox (how it should look like)

    http://www.chaiyil.co.za/machform/view.php?id=16

    My header banner is cut in half in IE and some of the fields background are different.
    Is there a code out there or need i make a adjustment in css?

    Thank you

    Posted 12 months ago #
  2. I think you need to specify the image height for the header banner.
    Adjust your CSS, search for this:

    h1
    {
    	background-color:#dedede;
    	margin:0;
    	min-height:0;
    	padding:0;
    	text-decoration:none;
    	text-indent:-8000px;
    	background:#FFFFFF url(http://semaphore.homedns.org/ycik/smart/images/xtra/contactformbanner.jpg) no-repeat scroll center top;
    	background-repeat: no-repeat;
    }


    and insert the height, to be like this:

    h1
    {
    	background-color:#dedede;
    	margin:0;
    	height: 150px;
    	padding:0;
    	text-decoration:none;
    	text-indent:-8000px;
    	background:#FFFFFF url(http://semaphore.homedns.org/ycik/smart/images/xtra/contactformbanner.jpg) no-repeat scroll center top;
    	background-repeat: no-repeat;
    }


    That should fix the header problem.

    Posted 12 months ago #

RSS feed for this topic

Reply

You must log in to post.