简体   繁体   English

Grid960 SharePoint页面布局

[英]Grid960 SharePoint Page Layout

My master page are using the Grid960 CSS framework. 我的母版页使用的是Grid960 CSS框架。 But I am not sure that my page layout is using the CSS framework correctly. 但我不确定我的页面布局是否正确使用CSS框架。

I got the nasty vertical and horizontal scroll bars. 我得到了令人讨厌的垂直和水平滚动条。 How can I get rid of the nasty vertical and horizontal scroll bars? 如何摆脱令人讨厌的垂直和水平滚动条?

You can use the css property overflow: hidden; 你可以使用css属性overflow: hidden; to remove both scrollbars 删除两个滚动条

or you can target each specifically: 或者你可以专门针对每一个:

  • overlow-x: hidden;
  • overflow-y: hidden;

Here are my suggestions: 以下是我的建议:

  1. I would suggest to use IEDeveloperToolBar or Fiddler and make sure all css referenced are linked properly and not showing 404. 我建议使用IEDeveloperToolBar或Fiddler并确保所有引用的css都正确链接而不显示404。
  2. Reference shraepoint related css first and then reference 960 grid css in exact order in which they are referenced in example html. 首先参考shraepoint相关的css,然后按照示例html中引用它们的确切顺序引用960网格css。

If you need more help, post some example url so that it can be reviewed. 如果您需要更多帮助,请发布一些示例网址,以便对其进行审核。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM