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
Started 16 years ago by olevrumm | 4 posts |
-
How do I display guidlines on top of the other fields and buttons?
Posted 16 years ago # -
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 # -
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 # -
Simply adjust the "width" above with higher value to make it wider.
MachForm Founder
Posted 16 years ago #
Reply
You must log in to post.