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

Different Browsers


  1. Regardt
    Member

    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 16 years ago #
  2. yuniar

    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.


    MachForm Founder

    Posted 16 years ago #

RSS feed for this topic

Reply