Any ideas on how i can have round corners for QuickLaunch SharePoint 2010. Thanks in Advance
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
Add this css rule:
It works in CSS3 (Firefox, Chrome, Safari already use this), even IE9 can handle CSS3, but the default master page has directive to use IE8 mode, which doesn't understand CSS3. To override this you can set IE8 i head in your masterpage:
But beware about some shortcomings in Sharepoint with IE=9 |
|||||
|