Tagged Questions
1
vote
1answer
47 views
Change CSS of selected item in sharepoint menu
Is there a way to do the same as done here with some Javascript?
AspMenu does not render css-class for 'selected' element
I want to use this CSS for the selected item in the menu
.s4-tn ...
0
votes
1answer
86 views
Stop hover with navigation to just display links
I'm somewhat new to developing with SharePoint, so sorry if this is painfully obvious and I'm totally missing something.
I have a publishing site that I'm working on, and I need to tweak the ...
0
votes
1answer
96 views
Why does javascript on the page stop the drop down menu working?
I have just inserted a javascript world clock via a text doc and a CEWP.
However now that this is functional on my page I cannot see my drop downs from the top nav bar. It was working fine before I ...
0
votes
3answers
896 views
Override Top Navigation Hover Effect
I would like to add some JQUERY effects to my top nav when a user hover overs the top link..specifically a delay and slideDown with easing effect. Is there a way to simply override the existing code? ...
0
votes
1answer
480 views
Hiding left hand navigation menu
I'm using the following code to hide the left hand navigation in SharePoint:
<style type="text/css">
#s4-leftpanel {
display:none !important;
}
.s4-ca{
margin-left:0px !important;
}
...
0
votes
1answer
411 views
JavaScript code block messing with drop-downs in Menu
I am using SharePoint 2010 and I need to place the following JavaScript code on a page to give me time in Rome
<SCRIPT LANGUAGE="JavaScript">
function GetTime() {
var dt = new Date();
...