Checkboxes not clickable
-
I’ve created a contact form with checkboxes that are aligned vertically in two columns using a div tag.
Here is what the contact form looks like:
<div class="left">Monday *</div> <div class="left">[checkbox* Monday "10:00-12:00" "12:00-2:00" "2:00-4:00" "Every Week" "Every Other Week" "Monthly" "Not Available"]</div> <div class="right">Tuesday *</div> <div class="right">[checkbox* Tuesday "10:00-12:00" "12:00-2:00" "2:00-4:00" "Every Week" "Every Other Week" "Monthly" "Not Available"]</div> <hr> <div class="left">Wednesday *</div> <div class="left">[checkbox* Wednesday "10:00-12:00" "12:00-2:00" "2:00-4:00" "Every Week" "Every Other Week" "Monthly" "Not Available"]</div> <div class="right">Thursday *</div> <div class="right">[checkbox* Thursday "10:00-12:00" "12:00-2:00" "2:00-4:00" "Every Week" "Every Other Week" "Monthly" "Not Available"]</div> <hr> <div class="left">Friday *</div> <div class="left">[checkbox* Friday "10:00-12:00" "12:00-2:00" "2:00-4:00" "Every Week" "Every Other Week" "Monthly" "Not Available"]</div> <div class="right">Saturday *</div> <div class="right">[checkbox* Saturday "10:00-12:00" "12:00-2:00" "2:00-4:00" "Every Week" "Every Other Week" "Monthly" "Not Available"]</div> <hr> <div class="left">Sunday *</div> <div class="left">[checkbox* Sunday "10:00-12:00" "12:00-2:00" "2:00-4:00" "Every Week" "Every Other Week" "Monthly" "Not Available"]</div>
Here is what the css is:
div.left { float: left; clear: both; width: 50%; }
The way the columns are currently displayed are perfect, however, when I try to click on any checkboxes on the left side, I cannot check anything. But when I click on any checkbox on the right side, it works fine.
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Checkboxes not clickable’ is closed to new replies.