3
votes
2answers
230 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 ...
0
votes
1answer
39 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 | ...
1
vote
0answers
62 views

How i can hide the folder preview image in my list treeview left menu?

i need to hide the folder image in my list tree view on the left menu can anyone send me the css id or class to modified the tree view since i am using firebug but i cannot find the specific style ...
0
votes
3answers
235 views

How to add menu items for publishing iste

I created on publishing site. Now I want to add menu bar over there. But publishing site doesn't contain menu bar by default. How to add this into publishing site. I tried to add from v4.master page ...
0
votes
1answer
121 views

Deploying SharePoint files (css, javascript) onto different platforms without SharePoint Designer

I need to deploy to "_catalogs/masterpage/" and "Style Library/" multiple jpg, css, javascript files These files originate from a developer platform and are to be deployed to multiple platforms ...
0
votes
1answer
69 views

SharePoint Designer Crash when opening a CSS file of 7k lines of code

My colleague's SharePoint Designer 2010 keeps crashing whenever he tries to open a stylesheet file that has more than 7,000 lines of code.. note that in my machine I can open files that has even more ...
0
votes
0answers
220 views

Custom theme ( with CSS & images, … ) is lost when a theme toggle is applied

First time I'm in need of help for SP2010. As a designer I often have to restyle sharepoint sites. A client asked for a theme for him, so this is how i worked : I created a powerpoint based THMX ...
0
votes
0answers
85 views

Problem in SharePoint Css

I am having problem in customizing the master page.I have customized the master page using SharePoint designer 2010 in which i have removed the Left Navigation bar. After using the custom master page ...
3
votes
1answer
165 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
0answers
214 views

AspMenu HTML : Change the classes name

The out of the box HTML of Sharepoint2010 for the left menu (simplerendering) is: <div class="menu vertical menu-vertical"> <ul class="root static"> <li class="static"> ...
0
votes
1answer
815 views

How to customize Column Title area in Webpart

Good day! Here is the problem: I apply custom style to web parts my css .ms-vh-div a { color:gray !important; } .ms-vh-div { border-bottom: 1px #c0c0c0 solid; } tr.ms-viewheadertr ...
0
votes
4answers
584 views

Changes to top bar

Hi guys, I want to remove this Home -> Home thing next to logo throughout the site collection. This should also not appear even navigating to site settings. Secondly, I want to add an image next ...
2
votes
1answer
952 views

Masterpage and alignment problem using IE7 and above

I have developed a masterpage and the homepage appearing perfect when we use IE8/IE9 but there alignment problem in IE7. I am attaching screenshot of both IE7 and IE8. plz suggest why the DIV's are ...
2
votes
1answer
1k views

How can I override default css in SharePoinrt 2010 web parts

I would like all my custom webpart and default webparts to look the same. I know css classes like: ms-vh and ms-vb are used for the fonts, anchors and cell backgrounds. What would be the best way to ...
0
votes
2answers
361 views

How can I use open type font in Sharepoint 2010?

Can I use open type font in Sharepoint 2010 ? Is Open Type font compatible? Thanks in Advance
4
votes
2answers
534 views

Having error when using jquery.corner.js with jquery-1.6.2.min.js

I'm trying to use jquery corner to get curvy quicklaunch in my sharepoint 2010. But i geting eeor "object doesn't support this property or method. Any ideas if this version are compatible. Thanks in ...
1
vote
3answers
2k views

how to use backgound image in a .s4-title-inner(CSS)

I'm doing some branding and i need to have a background image in a top header above the menu.I tried : .s4-title-inner{ background-image:url('../../images/cj-intranet-bkg.png'); /*When i use a normal ...
0
votes
2answers
2k views

How to convert a HTML+CSS template into Sharepoint 2010 template?

For example this template is made by HTML5, CSS3 http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/smashing-html5/files/index.html I want to know how to convert it into Sharepoint ...
1
vote
3answers
7k views

Where is the _layouts directory on the server?

I'm editing a file using SharePoint Designer. Where is the folder url("/_layouts/images/) stored on the server?
6
votes
3answers
788 views

Customization best practices for SP2010 [closed]

We'd like to customize the look of our SharePoint 2010 pages and sites but didn't know what some best practices are: We'd like to change the look of pages some without breaking the link between them ...
0
votes
1answer
105 views

I've checked out a .css style sheet in Sharepoint Designer 2007 and don't know how to check it back in

I have a .css style sheet checked out in Sharepoint Designer 2007 somehow that I need to check back in but I don't know where to check it back in. Where does this style sheet reside so that I can find ...
1
vote
1answer
87 views

Where is the css file being defined?

I'm editing an aspx layouts and its master page, and somebody has already linked a custom css file in designer in the Manage Styles pane. Where is this defined in the code? I can't find it anywhere. ...