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

display guidelines for user in iframe doesn't fit


  1. larsprestin
    Member

    I use embeded iframe code for my website. The height-problem was fixed fast with the perfect code as shown in this forum.

    Now i have another problem. My Website is not wide enough for showing the guidelines for users next to the inputfields.

    Is there a possibility to show the guidelines for user outside the iframe?

    Thankfull for Help

    Posted 14 years ago #
  2. redityo

    I'm afraid the guidelines can not override the iframe, but you can set the position of your guidelines. To do so, you need to edit this CSS code :

    #main_body form .guidelines
    {
    	background:#f5f5f5;
    	border:1px solid #e6e6e6;
    	color:#444;
    	font-size:80%;
    	left:100%;
    	line-height:130%;
    	margin:0 0 0 8px !important;
    	padding:8px 10px 9px;
    	position:absolute;
    	top:0;
    	visibility:hidden;
    	width:42%;
    	z-index:1000;
    }

    Try to change "left" or "top" value to get the best position of your guidelines


    MachForm Support

    Posted 14 years ago #
  3. larsprestin
    Member

    Many thanx!
    This works for me!

    Posted 14 years ago #

RSS feed for this topic

Reply