首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 企业软件 > 行业软件 >

急求!Microsoft.SharePoint.WebControls里的PeopleEditor某些机器上不正常解决方案

2012-03-15 
急求!Microsoft.SharePoint.WebControls里的PeopleEditor某些机器上不正常IE7都没问题,有的IE8也没问题,但

急求!Microsoft.SharePoint.WebControls里的PeopleEditor某些机器上不正常
IE7都没问题,有的IE8也没问题,但有的机器上的IE8出问题,编辑时光标无法点到最后,反正就是不正常,firefox也和正常的IE8显示不一样。

代码:
<%@ Register Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"
  Namespace="Microsoft.SharePoint.WebControls" TagPrefix="cc1" %>

<cc1:peopleeditor id="pplCreator" runat="server" allowempty="true" autopostback="false"
  placebuttonsunderentityeditor="false" rows="1" selectionset="User,SecGroup,SPGroup"
  width="500px"></cc1:peopleeditor>

[解决办法]
样式的问题呗 用兼容模式试试
[解决办法]

探讨

样式的问题呗 用兼容模式试试

[解决办法]
用 ie的 开发者工具 看一下,然后写一下 css 。
这个问题很常见。
上面写错了。
重写css 就是 用ie的开发工具,找到css类名。
再用这个类名重写style内容。
[解决办法]
探讨
用 ie的 开发者工具 看一下,然后写一下 css 。
这个问题很常见。
上面写错了。
重写css 就是 用ie的开发工具,找到css类名。
再用这个类名重写style内容。

热点排行