Sharepoint 2010 社交区块品牌
我必须为 Sharepoint2010 门户打造品牌。顶部有 2 个按钮(“我喜欢”和“标签”),必须用自定义 HTML 和图像替换。图像 src 被硬编码在标签中(而不是 CSS)。
我的方法是使用 jQuery 重写内部 HTML。你能建议一个更好的方法吗?
编辑:好的,似乎没有其他方法。如果您想设计社交按钮的样式,请获取 jQuery 并使用它:)
I have to brand a Sharepoint2010 portal. There are 2 buttons on the top ("I like it" and "Tags") which have to be replaced with custom HTML and images. Images src is hardcoded in tags (instead of CSS).
My approach is to rewrite inner HTML using jQuery. Could you suggest a better way?
EDIT: Ok, seems like there are no other ways. If you wanna styling social buttons, get jQuery and use it :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为重新编写
ms-socialNotif-Container
div 的innerHTML 是最好的解决方案。I think re writing the innerHTML of the
ms-socialNotif-Container
div is the best solution here.为什么不将源图像替换为配置单元中的图像?
Why not replace the source images with your images in the hive?