Tagged Questions
0
votes
0answers
34 views
Master page/CSS question with menutoolbar
Not sure if this is 100% the right place for this, but my team created a custom master page for our 2007 environment & on the menu tool bar (new, upload, actions) default web part, when rolling ...
1
vote
1answer
503 views
Master Page background picture change
I am creating a blog in sharepoint 2007 and i need to change the blue background that is standard on the masterpage. so far I have not been successful with this. I have read posts that say each ...
0
votes
0answers
187 views
Implementing tab display for list items
I'm working with sharepoint 2007.
I've been following this link to create a tabs display
http://sharepoint.microsoft.com/Blogs/GetThePoint/Lists/Posts/Post.aspx?ID=443
Althought i encounter a lot of ...
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
384 views
Highlight Group By Row in SharePoint List
I've got a dashboard on my SharePoint Homepage that shows a RAG status of all our project tollgates, grouped by (a) category then (b) project.
Is there a way to highlight a group by row in a list ...
0
votes
1answer
102 views
What is the tag for web part description?
I would like to edit the font of the description in my RSS Viewer Web Part. What is the css tag for the description?
I tried .description, which was provided from ...
0
votes
1answer
593 views
Caching - core.css/corev4.css
For every SharePoint page, the browser loads a new instance of the core.css (or corev4.css) file.
Is there a way, in the Master Page, to enable caching for this file?
0
votes
1answer
902 views
WebResource.axd JavaScript errors
I'm getting JavaScript errors on a SharePoint publishing site, just browsing to any page.
In IE the errors are like:
Syntax error: WebResource.axd
Line: 1
Char: 1
Code: 0
URI: ...
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. ...
0
votes
1answer
263 views
Position Fixed in SharePoint
I'm trying to create an addon product in MOSS 2007 which tries to position an html element in a fixed position inside SharePoint page using JS and CSS. I want to support IE 6+. What are the ways i can ...
1
vote
3answers
304 views
Is it possible to add a custom attribute to the body tag in a master page?
Hello I have a SharePoint 2007 MOSS publishing site that uses a custom master page for most of its pages. I'd like to be able to apply some jQuery to one of those pages only but there's no way to ...