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
Section Breaks With Firefox
Started 16 years ago by walags | 2 posts |
-
Has anyone else experience issues with section breaks in firefox when used following a line which holds multiple fields. It looks great in IE but in Firefox (at least with version 3) it breaks the form.
To recreate this problem create a form with 3 elements on row 1 followed by a section break. CSS the 3 fields together
#li_1{
float: left;
width: 30%;
clear: both;
}
#li_2{
float: left;
width: 30%;
}
#li_3{
float: left;
width: 30%;
}(For me at least) You will see in IE the form works and looks as expected. In Firefox the fields above the section break can not be selected.
I would have posted a form myself to quickly show this but I'm messing with post-functions trying to implement something right now.
Posted 16 years ago # -
Get the id of your section break (let's assume it's #li_4) and put this code:
#li_4 { clear: both; }
Let me know how it goes.
MachForm Founder
Posted 16 years ago #
Reply
You must log in to post.