Tagged Questions
0
votes
0answers
191 views
SharePoint 2013 dynamic Navigation for Site
I am building a site in SP 2013 and have a question on the navigation.
Initially we will have 4 items in the global navigation as:
Page 1 Page 2 Page 3 Page 4
Now, based on the user selection, I ...
0
votes
2answers
206 views
custom top menu navigation in sharepoint
I have a question regarding a top navigation that will look something like this:
Home | Staff | IT | Organization
With subitems on f.x. IT like this:
Manuals
Protocols
In a dropdown menu like ...
3
votes
1answer
804 views
Adding a non-standard font to Sharepoint
I have a non-standard font file in .eot format and use the following CSS syntax to embed it into the master page:
@font-face
{
font-family: Myfontfamily;
src: ...
0
votes
1answer
564 views
Customizing SharePoint AspMenu control
I'm currently working on a project in which the navigation needs to have some special touches in order to fulfill the clients wishes.
Instead of the casual SharePoint topnavigation dropdown I want to ...