0
votes
0answers
14 views

Fixed Width Master Page Issue: List Item Drop Down Menu Gets Cropped / Cutoff

We have a custom master page that is setup in a Fixed Width format. On pages that have a lot of columns we get overflow scroll bars on the x axis which we are fine with. The issue is that the list ...
2
votes
2answers
97 views

Anatomy of a SharePoint 2010 Master Page? Resource for this?

I am interested in finding out detailed information about all the elements within the SharePoint master page v4 to start, in order to learn how to create my own while still retaining key ...
0
votes
1answer
744 views

How to customize master page with fixed width (SharePoint 2010)?

My previous question was closed. I want to have a master page with fixed width. I tried to set the margins for the master page as follows, /*css*/ body { margin-left:50px; margin-right:50px; } ...
3
votes
2answers
262 views

Sharepoint site using corev4 AND custom CSS File?

I'm using a custom Masterpage which references a custom CSS File in the header like so: <Sharepoint:CssRegistration Name="CUSTOM/Custom.css" runat="server"/> My custom CSS file is simply a ...
2
votes
1answer
109 views

Use different masterpage for pages library

How do I go about applying a custom masterpage just to "front end" pages? i.e. I want all of the administration parts of the SharePoint site to follow default look and feel (viewlsts.aspx, managing ...
0
votes
1answer
41 views

Use secondary masterpage as default

I am trying sharepoint in a small developing environment. I have a master frontpage that use a specific layout defined in a custom masterpage (master-front.master). It look like this | left box | ...
0
votes
2answers
220 views

Site and System Masterpages Issue

I have two custom masterpages, one for site, and one for the system pages. Both of these masterpages use the same CSS file, and they both also reference a different CSS file than the other. ...
0
votes
0answers
372 views

how to make the current tab in the top nav a different color

I'm developing a new master page and I'm needing to make the tab in the navigation a different color if it is the current page. Here is what I have so far: <div class="nav"> ...
3
votes
1answer
177 views

Does anyone have 960 Grid Template to be used on sharepoint 2010 site?

I am working on design of portal in sharepoint 2010. I need to implement 960 grid system there.It will be very helpfull if anybody have template or related link to it.
0
votes
1answer
510 views

sharepoint:cssLink returns a broken link [closed]

I'm developing the master page for my company's intranet. I've read that this html will link all default and custom css files. <sharepoint:csslink runat="server" version="4" /> I get back ...
0
votes
3answers
1k views

Adding CSS file to a master page - illegal characters in path?

I'm making a custom master page with a custom CSS file, being deployed in a feature form VS2010. I'm using the CssRegistation control to add the new CSS, but whenever I try to load a page that uses ...
1
vote
2answers
692 views

Hard Coded Navigation in Master Page - Active link not changing

Prior to my arrival it was decided that all navigation would be hard coded into the Master Page. I wish I could find a solid reason why, but for the time being it escapes me. Due to time constraints, ...