简体   繁体   中英

Grid960 SharePoint Page Layout

My master page are using the Grid960 CSS framework. But I am not sure that my page layout is using the CSS framework correctly.

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; 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.
  2. Reference shraepoint related css first and then reference 960 grid css in exact order in which they are referenced in example html.

If you need more help, post some example url so that it can be reviewed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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