I have consolidated few links from Microsoft for MOSS 2007 Product Costing.
Microsoft Office SharePoint Server 2007 and Related Technologies pricing
Microsoft Office SharePoint Server 2007 products comparison download
2007 Microsoft Office system pricing and upgrade information
Monday, March 10, 2008
MOSS 2007 Pricing & Costing Info
Posted by
Uday
at
3:02 PM
0
comments
Labels: MOSS 2007
How to Hide Quick Launch in MOSS 2007
Do you want to hide your quick launch Bar in MOSS 2007
There are two ways to hide the quick launch bar
1. You can edit directly in CSS
2. Adding Hidden content editor webpart
Add new content editor webpart
Click Source Editor in ToolPane
paste the below code in content editor webpart
[style]
.ms-quicklaunch
{
display:none;
}
.ms-navframe
{
display: none;
}
[/style]
Use "<" & ">" instead of "[" & "]"
Set the Hidden Property to True under layout section in ToolPane.
Now Refresh the Page......You Quick Launch Bar is Gone :-)
Posted by
Uday
at
1:03 AM
0
comments
Labels: MOSS 2007
Subscribe to:
Posts (Atom)



