Tagged Questions
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 ...
1
vote
6answers
984 views
What are best practices for designing Sharepoint sites?
I'm putting together a document for our Art Directors and Creatives for what works best and what might not work best when designing for a sharepoint site.
Sharepoint obviously lets you customize CSS ...
3
votes
2answers
1k views
Issue with standard navigation in Chrome
The standard <SharePoint:AspMenu navigation on our SharePoint 2010 site works fine in all browser but Chrome. When I hover over a menu item I can't see the sub menu items like
Contact Us -> ...
5
votes
3answers
2k views
Rounded corners in WebPart headers SP2010
When I view the site in FireFox the below does work with rounded corners, but not in IE at all. I'm trying to make a webpart header in SP 2010 rounded.
.ms-WPHeader td { background: #005bac;
...
13
votes
2answers
585 views
How to deal with SharePoint design complexity and web designer creativity?
One of my customer wants to use SharePoint as an intranet communication portal.
My customer wants to customize the look & feel of the application and he has requested to a web design agency ...