I'm trying to set some of the form elements inline. If I enclose form element in a <div> tag with position set to "float:left" or "float:right", the element becomes disabled, unchekable and unclickable. I wonder if there's any way to fix this. Thanks in advance!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Why would you choose to override the style sheet that is already in place? If you modify this file you can achieve your desired result without modifying the form.html.
In any case there must be a typo or syntax error in your modifications because adding a DIV tag will not disable a form.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to set some of the form elements inline. If I enclose form element in a <div> tag with position set to "float:left" or "float:right", the element becomes disabled, unchekable and unclickable. I wonder if there's any way to fix this. Thanks in advance!
Why would you choose to override the style sheet that is already in place? If you modify this file you can achieve your desired result without modifying the form.html.
In any case there must be a typo or syntax error in your modifications because adding a DIV tag will not disable a form.