CSS is the abbreviation for Cascading Style Sheets. CSS is a language used to control the presentation (including colors, layout, and fonts) of HTML and XHTML documents.
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
901 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: ...
0
votes
1answer
3k views
CSS: display:table, etc. not working in IE8 [closed]
I've been trying to layout a set of fields using the CSS display property with table, table-row, etc. It renders just fine in FireFox, but it doesn't render properly in IE8, which is supposed to ...
1
vote
1answer
276 views
CSS Not Working on Hosted Site
I was wondering if someone could help me understand why I cannot get CSS to work on a hosted site? I am using SPD 2010, Windows Server 2008, and IE-8. After putting my CSS script inside the ...
0
votes
1answer
591 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
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
2answers
195 views
how can i change .css or addClass of a textbox in a juery change function - help [closed]
I have a change functions as below:
All i want is whan a user clicks the button and the value is less than zero change the backgoundcolor of the textbox and viceversa if its greater that.
But it ...
2
votes
1answer
2k views
Add a custom Style to Sharepoint Foundation 2010
I want to add a small snippet of CSS code to create a text block in Sharepoint Foundation 2010, so when users are creating pages, they can highlight a block of text and use the dropdown to add the ...
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 ...
0
votes
2answers
4k views
Physical location of “Style Library”
I'm a complete newbie in sharepoint so this is an easy question.
I've uploaded a .css to the Style Library and am looking for an easy way to change it. (ctrl+s to save and F5 to refresh page)
What ...