大家好我想在我的代码中我的选项值之间只有空格只有第一个选项值在IE10中有效但在第二个和第三个也没有在其他浏览器中工作f9。
任何人请帮帮我
这是代码:
<div class="propertystatus"> <!-- start of propertystatus -->
<label id="rent" style=" cursor:pointer;">
// THIS IS WORKING IN IE10
<input type="radio" name="radio" value="For Rent" id="rent" />
<font size="+1">کرایی</label><br />
// these not working in IE10
<label for="lease" style=" cursor:pointer;"> <input type="radio" name="radio" id="lease" value="For Lease" />
گرویی</label><br />
// these not working in IE10
<label for="sale" style=" cursor:pointer;"><input type="radio" name="radio" id="sale" value="For Sale" />
فروشی</font></label>
答案 0 :(得分:0)
在您需要空间的标签或输入样式中放置'左边'(或'右边')。
顺便说一下,你应该将所有样式都放在一个外部CSS文件中。