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

Displaying guidlanes on top of other fields and buttons


  1. olevrumm
    Member

    How do I display guidlines on top of the other fields and buttons?

    Posted 16 years ago #
  2. yuniar

    Sorry, I'm afraid there is no easy way to do this.

    However, displaying the guidelines below the field is pretty easy. You can use this css code:

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

    MachForm Founder

    Posted 16 years ago #
  3. olevrumm
    Member

    Thanks, yes I understand that. I have a test here and you can see what I mean. I would like to have a bigger one with more information in. http://www.vesbc.com/machform/view.php?id=8

    Posted 16 years ago #
  4. yuniar

    Simply adjust the "width" above with higher value to make it wider.


    MachForm Founder

    Posted 16 years ago #

RSS feed for this topic

Reply