这不适用于IE10

时间:2013-12-28 06:23:03

标签: html internet-explorer-10

大家好我想在我的代码中我的选项值之间只有空格只有第一个选项值在IE10中有效但在第二个和第三个也没有在其他浏览器中工作f9。

任何人请帮帮我

这是代码:

        <div class="propertystatus">  <!-- start of propertystatus -->   

                   <label id="rent"  style=" cursor:pointer;">
     &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // THIS IS WORKING IN IE10

<input type="radio" name="radio"  value="For Rent" id="rent" />
                   <font size="+1">کرایی</label><br />

     &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // these not working in IE10
    <label for="lease"  style=" cursor:pointer;"> <input type="radio" name="radio" id="lease" value="For Lease" />
                        گرویی</label><br />

    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // these not working in IE10
     <label for="sale"  style=" cursor:pointer;"><input type="radio" name="radio" id="sale" value="For Sale" />
                        فروشی</font></label> 

1 个答案:

答案 0 :(得分:0)

在您需要空间的标签或输入样式中放置'左边'(或'右边')。

顺便说一下,你应该将所有样式都放在一个外部CSS文件中。