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
Guidelines for two fields on one line
Started 16 years ago by elysiumgoz | 2 posts |
-
I've applied CSS to put two fields on the same line - which is great and thanks to all who helped on that post.
The problem I've got is displaying Guidelines.... for the life of me I can't figure out how to get them to display without interfering with other fields - guidelines for the left hand field appear on top of the right hand field. Am I asking too much? Or can I display them either somewhere else (below the field?) or without any transparency so that the form behind the Guideline is not visible.
thanks
PS - I know I've posted this on another thread but that thread wasn't displaying properly so I didn't know if it was being read.
Posted 16 years ago # -
Hi,
Sorry I'm afraid this one can not be fixed, aligning field into one line will cause this problem. I suggest you to remove the guidelines, otherwise put your element into separate lines.
Maybe you want to try move the guidelines below the element. if it so, edit your form CSS and find this 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; <-- remove this rule top:0; visibility:hidden; width:42%; z-index:1000; }
then remove position:absolute; , maybe the change not work perfectly.
MachForm Support
Posted 16 years ago #
Reply
You must log in to post.