« SharePoint Tips and Tricks | Main | A view from the road (Information Worker Deep Dives) »
With the hundreds of classes used in SharePoint Portal Server and Windows SharePoint Services, there is no wonder there are some oddities when customizing.
One such glitch you may have run into when customizing the style-sheet is the side navigation bar links, more specifically the fact that they don't always change even though you modified the link states for .ms-navheader.
The reason this is an issue is because the side navigation is contained within another wrapper which has the class .ms-nav applied to it (.ms-nav I believe is used for the links created when you create lists, libraries etc and they show up in the side nav). This .ms-nav class also happens to come "after" .ms-navheader in the style-sheet which means it over-rides it and is applied last. As you may have guessed the .ms-nav class also happens to have link states applied to it.
Luckily it really isn't hard to fix, it's a simple matter of moving the .ms-nav class "above" the .ms-navheader class in your style-sheet.
A more visual representation of the problem and how you can fix it.http://www.graphicalwonder.com/themeproblem.gif
TrackBack URL for this entry:
http://www.graphicalwonder.com/cgi-bin/mt-tb.cgi/388
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |