html - I've issue with below image in internet explorer, in chrome it is working -
i've issue below image in internet explorer, in chrome working fine.
with ie 11 (issue)
with chrome (working fine proper alignment)
<tr> <td class="pagequestions" style="-ms-word-break: break-all;">radio button test</td> <td class="radiowidthcalc"><span style="display: block;"> <input name="9dd79f06-cc23-442b-9e46-164f22901752" class="inputradiobutton" id="9dd79f06-cc23-442b-9e46-164f22901752" style="margin-top: 3px;" type="radio" value="1"><lable class="radiobuttonlabel" style="margin-right: 15px; -ms-word-break: break-all;">asdfasdfasdfsadfasdfsadfasd asdfasdfasdfasdf asdf asdf asdfasd fasdfasdfasdfsadfasdfsadfasd asdfasdfasdfasdf asdf asdf asdfasd fasdfasdfasdfsadfasdfsadfasd asdfasdfasdfasdf asdf asdf asdfasd fasdfasdfasdfsadfasdfsadfasd asdfasdfasdfasdf asdf asdf asdfasd fasdfasdfasdfsadfasdfsadfasd asdfasdfasdfasdf asdf asdf asdfasd fesr3434sdfdasdfasdfasdfsadfasdfsadfasd asdfasdfasdfasdf asdf asdf asdfasd fasdfasdfasdfsadfasdfsadfasd asdfasdfasdfasdf asdf asdf asdfasd fasdfasdfasdfsadfasdfsadfasd asdfasdfasdfa</lable></span><span style="display: block;"><input name="9dd79f06-cc23-442b-9e46-164f22901752" class="inputradiobutton" id="9dd79f06-cc23-442b-9e46-164f22901752" style="margin-top: 3px;" type="radio" value="3"><lable class="radiobuttonlabel" style="margin-right: 15px; -ms-word-break: break-all;">breghtrehtrhjj</lable></span><span style="display: block;"><input name="9dd79f06-cc23-442b-9e46-164f22901752" class="inputradiobutton" id="9dd79f06-cc23-442b-9e46-164f22901752" style="margin-top: 3px;" type="radio" value="2"><lable class="radiobuttonlabel" style="margin-right: 15px; -ms-word-break: break-all;">crt6trhjytrjutykykmtgh ty thyhhhhhhhhhhhhhhhhhhhhhhhhhhhhh hhhhhhhhh</lable></span><span style="display: block;"><input name="9dd79f06-cc23-442b-9e46-164f22901752" class="inputradiobutton" id="9dd79f06-cc23-442b-9e46-164f22901752" style="margin-top: 3px;" type="radio" value="5"><lable class="radiobuttonlabel" style="margin-right: 15px; -ms-word-break: break-all;">asdfasdfsadfsadfsadfsadfsadfasd</lable></span></td> </tr>
.inputradiobutton { float: left !important; /*margin: 0 !important; margin-top: 3px !important;*/ margin-left: 5px !important; } .radiobuttonlabel { display: block; /*margin-left: 3em;*/ margin-left: 3vw; }
add clear:left
radio input...
Comments
Post a Comment