You can use the following method for yourSharePointTo addBanner.The effect is as follows:
BannerTo occupy the entire navigation, You need to design suitable images.
Create a custom style sheet file.Custom.css,And add the followingCode:
. MS-globalbreadcrumb {
Font-size: 8pt;
Text-align: right;
Background-color: # ebf3ff;
Padding: 2px 10px 2px 5px;
}
These codes areSharePointThe style sheet code used by default is the same, so we need to edit it so that we can use images to replace colors.
Let's add a row:
Background-image: URL ("/_ layouts/images/banner.jpg ");
And modifyPadding:
Padding: 2px 10px 79px 5px;
SaveCustom.cssFile
Open yourSharePointTop-level site: create a document library and hide it in the Quick Start column. UploadBanner.jpgAndCustom.jpgThese two files are included in this document library.
First, ViewBanner.jpgPath, which is not difficult, such:Http: // ******: 8888/mosscss/banner.jpg,
ModifyCustom.cssPath of the image, save and upload, and overwrite the existing file.
Then, ViewCustom.cssPath, such:Http: // *****: 8888/mosscss/custom.css
Now, website operationsÀWebsite settingsÀModify all website settings,Select the dashboard page under the appearance bar. You can upload your own style sheet here. You can apply the style sheet to the top-level station or all sub-stations.
Click OK to see the effect.